X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprocess.h;h=ce2daed523d909f8f9738bcf5628f45fe46150fe;hp=4cdf711bba0b5fa08161ce8066a0a92974e96160;hb=390d25f0b80dd7418e147de3561c70461628574d;hpb=57991e264202ad83e2c1b663777b358bf5573652 diff --git a/src/process.h b/src/process.h index 4cdf711b..ce2daed5 100644 --- a/src/process.h +++ b/src/process.h @@ -29,6 +29,7 @@ extern bool detach(void); extern bool kill_other(int); #ifdef HAVE_MINGW +extern io_t stop_io; extern bool init_service(void); #endif