Fix all warnings when compiling with mingw64.
[oweals/tinc.git] / src / process.h
index bb42cd0fc3779d00a3d930f4b6511e079ad85992..8d2d56211323c577b7d742a14637ce04a37f287b 100644 (file)
@@ -30,4 +30,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__ */