X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprocess.h;h=9061b459ebd5d91b3c24f20ab644554d1200cf75;hb=fb0cfccf7dc2240b576011edcf74fd5b058916cb;hp=b961298ea915e727e250b02f745013dbca1ed48c;hpb=7926a156e5b118d06295228e57de0cc9de0433b4;p=tinc diff --git a/src/process.h b/src/process.h index b961298e..9061b459 100644 --- a/src/process.h +++ b/src/process.h @@ -1,7 +1,7 @@ /* process.h -- header file for process.c - Copyright (C) 1999-2004 Ivo Timmermans , - 2000-2004 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);