openocd/src/server
Zachary T Welch 4088b1e622 add openocd.h for top-level declarations
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.
2009-11-14 07:29:16 -08:00
..
httpd Remove duplicate definition of encode in httpd.tcl. 2009-05-11 22:37:52 +00:00
gdb_server.c command_context_t -> struct command_context 2009-11-13 13:25:47 -08:00
gdb_server.h command_context_t -> struct command_context 2009-11-13 13:25:47 -08:00
httpd.c httpd: fix warnings, more robust error handling, improved MIME handling 2009-11-10 08:50:06 +01:00
Makefile.am add openocd.h for top-level declarations 2009-11-14 07:29:16 -08:00
server.c add openocd.h for top-level declarations 2009-11-14 07:29:16 -08:00
server.h command_context_t -> struct command_context 2009-11-13 13:25:47 -08:00
tcl_server.c command_context_t -> struct command_context 2009-11-13 13:25:47 -08:00
tcl_server.h command_context_t -> struct command_context 2009-11-13 13:25:47 -08:00
telnet_server.c command_context_t -> struct command_context 2009-11-13 13:25:47 -08:00
telnet_server.h command_context_t -> struct command_context 2009-11-13 13:25:47 -08:00