]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/sighandlers.h
Don't send nick name as default PART reason
[ngircd-alex.git] / src / ngircd / sighandlers.h
index 5df8f223439b7c0cd0196acc16e2600d1471f80c..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
 #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- */