X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fsighandlers.h;h=68491d949365827f4f8a66b7382e9dc2e10c3524;hb=3e47bc9af511716bbe388f0a29b5fdbb617cee4c;hp=5df8f223439b7c0cd0196acc16e2600d1471f80c;hpb=1fe17e246cba4ee2f4349196c544296790ab5d55;p=ngircd-alex.git diff --git a/src/ngircd/sighandlers.h b/src/ngircd/sighandlers.h index 5df8f223..68491d94 100644 --- a/src/ngircd/sighandlers.h +++ b/src/ngircd/sighandlers.h @@ -1,4 +1,6 @@ /* + * ngIRCd -- The Next Generation IRC Daemon + * * 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 @@ -9,10 +11,16 @@ #ifndef signals_included_ #define signals_included_ -#include "portab.h" +/** + * @file + * Signal Handlers (header). + */ -bool Signals_Init(void); -void Signals_Exit(void); +#include "portab.h" +bool Signals_Init PARAMS((void)); +void Signals_Exit PARAMS((void)); #endif + +/* -eof- */