Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add openocd.h for top-level declarations | Zachary T Welch | 2009-11-14 | 1 | -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. |