summaryrefslogtreecommitdiff
path: root/src/openocd.h
Commit message (Collapse)AuthorAgeFilesLines
* add openocd.h for top-level declarationsZachary T Welch2009-11-141-0/+39
Create src/openocd.h to hold declarations previously made internally by src/main.c and src/server/server.c. This ensures all functions are verified to be in-sync at compile time (rather than at link), making it easier to track down bugs.