ioutil: make the file compile on MacOS
[fw/openocd] / src / openocd.h
index a91d46f2f2568358f0ec402fc2366117fc04abcc..80331157c12836a28992520e1beb38b6032eb250 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef OPENOCD_H
 #define OPENOCD_H
 
-/** 
+/**
  * Different applications can define this entry point to override
  * the default openocd main function.  On most systems, this will be
  * defined in src/openocd.c.
  */
 int openocd_main(int argc, char *argv[]);
 
-/// used by the server_loop() function in src/server/server.c
-void openocd_sleep_prelude(void);
-/// used by the server_loop() function in src/server/server.c
-void openocd_sleep_postlude(void);
-
-/// provides a hard-coded command environment setup
+/** provides a hard-coded command environment setup */
 extern const char openocd_startup_tcl[];
 
 #endif