target: don't implicitly include "breakpoint.h"
[fw/openocd] / src / server / tcl_server.h
index c90dc8e92b9208ea5fa58b260bbe0e7abf3baada..1f6ba62e07d42efb007c9a67e91a7a450ad2159c 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "server.h"
 
-extern int tcl_init(void);
-extern int tcl_register_commands(command_context_t *cmd_ctx);
+int tcl_init(void);
+int tcl_register_commands(struct command_context *cmd_ctx);
 
 #endif /* _TCL_SERVER_H_ */