X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprocess.h;h=ea7815eb538669086d5f550f0c410d967a51d57a;hb=a22041922f160667573e9a5ae3f4195e1668906a;hp=740f7c7c80ff594006b24038e6373a14e6e70ac9;hpb=7ea85043ac1fb2096baea44f6b0af27ac0d0b2cf;p=tinc diff --git a/src/process.h b/src/process.h index 740f7c7c..ea7815eb 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); +#ifdef HAVE_MINGW +extern bool init_service(void); +#endif + #endif /* __TINC_PROCESS_H__ */