]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/sighandlers.h
Make sure that the target user is able to join a local channel
[ngircd-alex.git] / src / ngircd / sighandlers.h
index 1c0edbb58d15747151f31698c7494634d2186068..68491d949365827f4f8a66b7382e9dc2e10c3524 100644 (file)
@@ -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- */