Remove unused declarations.
[tinc] / src / process.h
index 93ef5e9..5726df2 100644 (file)
 */
 
 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