X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprocess.h;h=5849752c9f5ce5d2e411f07cdd1e2a96d33d51bc;hb=2c6b2d70e6640f39563ad7bb0aa0ba87f883848c;hp=c6ffda8bcc7909ed44c8ffc0c7c4f7388983f428;hpb=a29e6b49ef7a184941ab8cda2de9487744a82f83;p=tinc diff --git a/src/process.h b/src/process.h index c6ffda8b..5849752c 100644 --- a/src/process.h +++ b/src/process.h @@ -21,11 +21,11 @@ 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"