RTOS Thread awareness support wip
[fw/openocd] / src / server / tcl_server.h
index e0d7b16662502c6fe8743a18324b1d28b4cf999a..8035a045929e2c0645f7f77ad4cdc56a43f2a742 100644 (file)
@@ -20,9 +20,9 @@
 #ifndef _TCL_SERVER_H_
 #define _TCL_SERVER_H_
 
-#include "server.h"
+#include <server/server.h>
 
-int tcl_init(struct command_context *cmd_ctx);
+int tcl_init(void);
 int tcl_register_commands(struct command_context *cmd_ctx);
 
 #endif /* _TCL_SERVER_H_ */