ARM ADIv5 doxygen and cleanup
[fw/openocd] / src / server / tcl_server.h
index 1f6ba62e07d42efb007c9a67e91a7a450ad2159c..68ad821280868e6ac744a308499adae8fb009cae 100644 (file)
@@ -20,9 +20,9 @@
 #ifndef _TCL_SERVER_H_
 #define _TCL_SERVER_H_
 
-#include "server.h"
+#include <server/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_ */