X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fsighandlers.h;h=68491d949365827f4f8a66b7382e9dc2e10c3524;hb=bcefdef1eaed14d3156b7fb5b9ad6d3b7078efcf;hp=1c0edbb58d15747151f31698c7494634d2186068;hpb=74578890b71dc16aadaf299af875b45fc7fbe081;p=ngircd-alex.git diff --git a/src/ngircd/sighandlers.h b/src/ngircd/sighandlers.h index 1c0edbb5..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,9 +11,16 @@ #ifndef signals_included_ #define signals_included_ +/** + * @file + * Signal Handlers (header). + */ + #include "portab.h" bool Signals_Init PARAMS((void)); void Signals_Exit PARAMS((void)); #endif + +/* -eof- */