]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conf.h
Enable the daemon to dump its internal state in debug-mode.
[ngircd-alex.git] / src / ngircd / conf.h
index e7b84d2e16facd41000109629c2939b56c6a9940..5cf5f6b11d9bfcfb19ad5d8925c8cdcc3844a52e 100644 (file)
@@ -191,6 +191,10 @@ GLOBAL bool Conf_IsService PARAMS((int ConfServer, const char *Nick));
 /* Password required by WEBIRC command */
 GLOBAL char Conf_WebircPwd[CLIENT_PASS_LEN];
 
+#ifdef DEBUG
+GLOBAL void Conf_DebugDump PARAMS((void));
+#endif
+
 
 #endif