Skip to content
  • Zachary T Welch's avatar
    add openocd.h for top-level declarations · 4088b1e6
    Zachary T Welch authored
    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.
    4088b1e6