X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprocess.h;h=403c3a487907b36930705b95eef21fa1bf6a4945;hb=d917c8cb6b69475d568ccbe82389b9f2b3eb5e80;hp=740f7c7c80ff594006b24038e6373a14e6e70ac9;hpb=108b238915c5f58b3d94ab433dc5d04e064c2b11;p=tinc diff --git a/src/process.h b/src/process.h index 740f7c7c..403c3a48 100644 --- a/src/process.h +++ b/src/process.h @@ -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__ */