]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/sighandlers.h
Ping the service manager and set a status message
[ngircd-alex.git] / src / ngircd / sighandlers.h
index e03864a3d26bd9160f4cf5667c6282bb258c8f08..a7cafd1fd9a9ac3e605f43b23b6000566d9bcccc 100644 (file)
@@ -22,6 +22,7 @@
 bool Signals_Init PARAMS((void));
 void Signals_Exit PARAMS((void));
 
+GLOBAL bool Signal_NotifySvcMgr_Possible PARAMS((void));
 GLOBAL void Signal_NotifySvcMgr PARAMS((const char *message));
 
 #endif