]> arthur.barton.de Git - ngircd-alex.git/blob - src/ngircd/sighandlers.h
Code cleanup: mostly removing empty lines
[ngircd-alex.git] / src / ngircd / sighandlers.h
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- */