]> arthur.barton.de Git - ngircd-alex.git/blob - src/ngircd/sighandlers.h
1c0edbb58d15747151f31698c7494634d2186068
[ngircd-alex.git] / src / ngircd / sighandlers.h
1 /*
2  * This program is free software; you can redistribute it and/or modify
3  * it under the terms of the GNU General Public License as published by
4  * the Free Software Foundation; either version 2 of the License, or
5  * (at your option) any later version.
6  * Please read the file COPYING, README and AUTHORS for more information.
7  */
8
9 #ifndef signals_included_
10 #define signals_included_
11
12 #include "portab.h"
13
14 bool Signals_Init PARAMS((void));
15 void Signals_Exit PARAMS((void));
16
17 #endif