riscv-openocd/src/server
David Brownell a79b76d893 stubs: buildfix
The new stubs for httpd and ioutil gave errors like:

  ioutil_stubs.c: In function ‘ioutil_init’:
  ioutil_stubs.c:27: error: implicit declaration of function ‘LOG_DEBUG’
  ioutil_stubs.c:28: error: ‘ERROR_OK’ undeclared (first use in this function)
  ioutil_stubs.c:28: error: (Each undeclared identifier is reported only once
  ioutil_stubs.c:28: error: for each function it appears in.)

Fix.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2009-12-02 15:24:14 -08:00
..
httpd Remove duplicate definition of encode in httpd.tcl. 2009-05-11 22:37:52 +00:00
Makefile.am remove #if BUILD_HTTPD 2009-12-02 13:26:26 -08:00
gdb_server.c improve gdb_init() sequence 2009-11-30 16:29:24 -08:00
gdb_server.h improve gdb_init() sequence 2009-11-30 16:29:24 -08:00
httpd.c do not extern 'interp' from command.c 2009-11-30 16:29:34 -08:00
httpd.h httpd: use register_commands() 2009-11-24 21:37:37 -08:00
httpd_stubs.c stubs: buildfix 2009-12-02 15:24:14 -08:00
server.c remove interp global variable! 2009-11-30 16:29:34 -08:00
server.h remove #if logic for openocd_sleep_*lude 2009-12-02 13:26:26 -08:00
server_stubs.c remove #if logic for openocd_sleep_*lude 2009-12-02 13:26:26 -08:00
startup.tcl improve startup tcl scripts 2009-11-24 21:37:29 -08:00
tcl_server.c do not extern 'interp' from command.c 2009-11-30 16:29:34 -08:00
tcl_server.h do not extern 'interp' from command.c 2009-11-30 16:29:34 -08:00
telnet_server.c server: use register_commands 2009-11-24 21:37:32 -08:00
telnet_server.h command_context_t -> struct command_context 2009-11-13 13:25:47 -08:00