X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;ds=sidebyside;f=src%2Fprocess.h;h=ea7815eb538669086d5f550f0c410d967a51d57a;hb=e452a933f9c53fd58db9d932afd15319129dd988;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__ */