]> tinc-vpn.org Git - tinc/blobdiff - src/process.h
Fix whitespace.
[tinc] / src / process.h
index bb42cd0fc3779d00a3d930f4b6511e079ad85992..403c3a487907b36930705b95eef21fa1bf6a4945 100644 (file)
@@ -22,7 +22,6 @@
 #define __TINC_PROCESS_H__
 
 extern bool do_detach;
-extern bool sighup;
 extern bool sigalrm;
 
 extern void setup_signals(void);
@@ -30,4 +29,8 @@ extern bool execute_script(const char *, char **);
 extern bool detach(void);
 extern bool kill_other(int);
 
-#endif                                                 /* __TINC_PROCESS_H__ */
+#ifdef HAVE_MINGW
+extern bool init_service(void);
+#endif
+
+#endif /* __TINC_PROCESS_H__ */