]> git.meshlink.io Git - meshlink/blobdiff - src/process.h
Fix whitespace.
[meshlink] / src / process.h
index 740f7c7c80ff594006b24038e6373a14e6e70ac9..403c3a487907b36930705b95eef21fa1bf6a4945 100644 (file)
@@ -29,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__ */