Fix whitespace.
[tinc] / src / process.h
index bb42cd0..403c3a4 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__ */