]> arthur.barton.de Git - ngircd-alex.git/blob - src/ngircd/sighandlers.h
Add new 'delayed' signal handlers.
[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(void);
15 void Signals_Exit(void);
16
17
18 #endif