X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fprocess.h;h=9061b459ebd5d91b3c24f20ab644554d1200cf75;hb=1b8f8918360b40a2749d40355266ed7dedbe41b5;hp=cf51fc8283526ece0d89c78fca1c42989814f9c4;hpb=f08fc359a0b7f638e73a8f866119b016b7dff8de;p=meshlink diff --git a/src/process.h b/src/process.h index cf51fc82..9061b459 100644 --- a/src/process.h +++ b/src/process.h @@ -1,7 +1,7 @@ /* process.h -- header file for process.c - Copyright (C) 1999-2003 Ivo Timmermans , - 2000-2003 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 @@ -17,14 +17,13 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: process.h,v 1.1.2.19 2003/08/02 20:50:38 guus Exp $ + $Id$ */ #ifndef __TINC_PROCESS_H__ #define __TINC_PROCESS_H__ extern bool do_detach; -extern bool sighup; extern bool sigalrm; extern void setup_signals(void);