X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprocess.h;h=5726df2cda4b9a6bbabdcac43e1bce4389f292d8;hb=df687b5ca86b93e0801db54ba4bca0f81ff02548;hp=93ef5e9c91ee7f03c5675bcea0cb8d1f9c426a3f;hpb=5822f817aa802c2c5a83e9d99a8ae78cb822799b;p=tinc diff --git a/src/process.h b/src/process.h index 93ef5e9c..5726df2c 100644 --- a/src/process.h +++ b/src/process.h @@ -22,13 +22,12 @@ */ extern bool do_detach; -extern bool sigalrm; -extern void setup_signals(void); extern bool detach(void); -extern bool kill_other(int); #ifdef HAVE_MINGW +#include "event.h" + extern io_t stop_io; extern bool init_service(void); #endif