do not extern 'interp' from command.c
[fw/openocd] / src / server / tcl_server.h
index 1f6ba62e07d42efb007c9a67e91a7a450ad2159c..e0d7b16662502c6fe8743a18324b1d28b4cf999a 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "server.h"
 
-int tcl_init(void);
+int tcl_init(struct command_context *cmd_ctx);
 int tcl_register_commands(struct command_context *cmd_ctx);
 
 #endif /* _TCL_SERVER_H_ */