]> arthur.barton.de Git - ngircd.git/blobdiff - src/ngircd/sighandlers.h
Add support for the "sd_notify" protocol
[ngircd.git] / src / ngircd / sighandlers.h
index 68491d949365827f4f8a66b7382e9dc2e10c3524..e03864a3d26bd9160f4cf5667c6282bb258c8f08 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * 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
@@ -21,6 +22,8 @@
 bool Signals_Init PARAMS((void));
 void Signals_Exit PARAMS((void));
 
+GLOBAL void Signal_NotifySvcMgr PARAMS((const char *message));
+
 #endif
 
 /* -eof- */