]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/sighandlers.h
Add support for the "sd_notify" protocol
[ngircd-alex.git] / src / ngircd / sighandlers.h
index 5df8f223439b7c0cd0196acc16e2600d1471f80c..e03864a3d26bd9160f4cf5667c6282bb258c8f08 100644 (file)
@@ -1,4 +1,7 @@
 /*
+ * ngIRCd -- The Next Generation IRC Daemon
+ * Copyright (c)2001-2024 Alexander Barton (alex@barton.de) and Contributors.
+ *
  * 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_
 
+/**
+ * @file
+ * Signal Handlers (header).
+ */
+
 #include "portab.h"
 
-bool Signals_Init(void);
-void Signals_Exit(void);
+bool Signals_Init PARAMS((void));
+void Signals_Exit PARAMS((void));
 
+GLOBAL void Signal_NotifySvcMgr PARAMS((const char *message));
 
 #endif
+
+/* -eof- */