Merge branch 'master' into 1.1
[oweals/tinc.git] / src / process.h
index 740f7c7c80ff594006b24038e6373a14e6e70ac9..ea7815eb538669086d5f550f0c410d967a51d57a 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__ */