Assign more suitable types and fix narrowing conversion warns.
[tinc] / src / process.h
index c6ffda8..5849752 100644 (file)
     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
+#include "system.h"
+
 extern bool do_detach;
 
-extern void setup_signals(void);
 extern bool detach(void);
-extern bool kill_other(int);
 
 #ifdef HAVE_MINGW
 #include "event.h"