X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprocess.h;h=9061b459ebd5d91b3c24f20ab644554d1200cf75;hb=fb0cfccf7dc2240b576011edcf74fd5b058916cb;hp=b984df5d81549584742bd740c4cc44a6a9671304;hpb=df3220a1549f992cbf4a9b6e67c1e67b69896c7d;p=tinc diff --git a/src/process.h b/src/process.h index b984df5d..9061b459 100644 --- a/src/process.h +++ b/src/process.h @@ -1,7 +1,7 @@ /* process.h -- header file for process.c - Copyright (C) 1999-2005 Ivo Timmermans , - 2000-2005 Guus Sliepen + Copyright (C) 1999-2005 Ivo Timmermans, + 2000-2006 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -24,7 +24,6 @@ #define __TINC_PROCESS_H__ extern bool do_detach; -extern bool sighup; extern bool sigalrm; extern void setup_signals(void);