Fixes for bugs in src/Makefile.am and tincctl.c introduced by cfe9285adf391ab66faeb5d...
[tinc] / src / process.h
index 4cdf711..ce2daed 100644 (file)
@@ -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