X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;ds=inline;f=src%2Fprocess.h;h=403c3a487907b36930705b95eef21fa1bf6a4945;hb=40ed0c07dd3d4667054b0f5952b89ee39686493b;hp=bb42cd0fc3779d00a3d930f4b6511e079ad85992;hpb=ab7c61b06f6c6e991225f2fcc32d02b8e1084aee;p=tinc diff --git a/src/process.h b/src/process.h index bb42cd0f..403c3a48 100644 --- a/src/process.h +++ b/src/process.h @@ -22,7 +22,6 @@ #define __TINC_PROCESS_H__ extern bool do_detach; -extern bool sighup; extern bool sigalrm; extern void setup_signals(void); @@ -30,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__ */