]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conf.h
Correctly detect when SSL subsystem must be initialized
[ngircd-alex.git] / src / ngircd / conf.h
index ac42746c3a6872202435084bb55eaae544b7709f..c203b57032a9558a3d3e6efcf44dad9019e5a355 100644 (file)
@@ -256,6 +256,10 @@ GLOBAL bool Conf_AddServer PARAMS(( const char *Name, UINT16 Port, const char *H
 GLOBAL bool Conf_NickIsService PARAMS((int ConfServer, const char *Nick));
 GLOBAL bool Conf_NickIsBlocked PARAMS((const char *Nick));
 
+#ifdef SSL_SUPPORT
+GLOBAL bool Conf_SSLInUse PARAMS((void));
+#endif
+
 /* Password required by WEBIRC command */
 GLOBAL char Conf_WebircPwd[CLIENT_PASS_LEN];