X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprocess.h;h=8d2d56211323c577b7d742a14637ce04a37f287b;hp=bb42cd0fc3779d00a3d930f4b6511e079ad85992;hb=708314df2f61675d0f54e541c9fff62ac1f433b5;hpb=ab7c61b06f6c6e991225f2fcc32d02b8e1084aee diff --git a/src/process.h b/src/process.h index bb42cd0f..8d2d5621 100644 --- a/src/process.h +++ b/src/process.h @@ -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__ */