Merge branch 'master' into 1.1
[tinc] / src / process.h
index 740f7c7..ea7815e 100644 (file)
@@ -29,4 +29,8 @@ extern bool execute_script(const char *, char **);
 extern bool detach(void);
 extern bool kill_other(int);
 
+#ifdef HAVE_MINGW
+extern bool init_service(void);
+#endif
+
 #endif                                                 /* __TINC_PROCESS_H__ */