]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/sighandlers.h
New configuration option "NoZeroConf" to disable ZeroConf registration
[ngircd-alex.git] / src / ngircd / sighandlers.h
index 5df8f223439b7c0cd0196acc16e2600d1471f80c..98f91e8f4d561f3e0f88013f29a379e77bcfcbad 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
@@ -11,8 +13,7 @@
 
 #include "portab.h"
 
-bool Signals_Init(void);
-void Signals_Exit(void);
-
+bool Signals_Init PARAMS((void));
+void Signals_Exit PARAMS((void));
 
 #endif