X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprocess.h;h=ce2daed523d909f8f9738bcf5628f45fe46150fe;hb=14be1d30ec3727906907dad49d3bcb868c19d777;hp=4cdf711bba0b5fa08161ce8066a0a92974e96160;hpb=5ffdff685a0e7d25f7c016f3a6cd89bb82fed71c;p=tinc 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