X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fsighandlers.h;fp=src%2Fngircd%2Fsighandlers.h;h=5df8f223439b7c0cd0196acc16e2600d1471f80c;hb=1fe17e246cba4ee2f4349196c544296790ab5d55;hp=0000000000000000000000000000000000000000;hpb=c135d0dded909e2e5780697c4066ad44a3f488c8;p=ngircd-alex.git diff --git a/src/ngircd/sighandlers.h b/src/ngircd/sighandlers.h new file mode 100644 index 00000000..5df8f223 --- /dev/null +++ b/src/ngircd/sighandlers.h @@ -0,0 +1,18 @@ +/* + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * Please read the file COPYING, README and AUTHORS for more information. + */ + +#ifndef signals_included_ +#define signals_included_ + +#include "portab.h" + +bool Signals_Init(void); +void Signals_Exit(void); + + +#endif