X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fsighandlers.h;h=68491d949365827f4f8a66b7382e9dc2e10c3524;hp=98f91e8f4d561f3e0f88013f29a379e77bcfcbad;hb=c5da48368569383d064a2325ab3b99d10287a085;hpb=b3cfbc3d28de9098be7cffc22ea9c5b98c36443f diff --git a/src/ngircd/sighandlers.h b/src/ngircd/sighandlers.h index 98f91e8f..68491d94 100644 --- a/src/ngircd/sighandlers.h +++ b/src/ngircd/sighandlers.h @@ -11,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- */