Annotation of ircnowd/src/ngircd/sighandlers.h, Revision 1.1.1.1
1.1 tomglok 1: /*
2: * ngIRCd -- The Next Generation IRC Daemon
3: *
4: * This program is free software; you can redistribute it and/or modify
5: * it under the terms of the GNU General Public License as published by
6: * the Free Software Foundation; either version 2 of the License, or
7: * (at your option) any later version.
8: * Please read the file COPYING, README and AUTHORS for more information.
9: */
10:
11: #ifndef signals_included_
12: #define signals_included_
13:
14: /**
15: * @file
16: * Signal Handlers (header).
17: */
18:
19: #include "portab.h"
20:
21: bool Signals_Init PARAMS((void));
22: void Signals_Exit PARAMS((void));
23:
24: #endif
25:
26: /* -eof- */
CVSweb