]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conf.h
Rename Conf_IsService() to Conf_NickIsService()
[ngircd-alex.git] / src / ngircd / conf.h
index 4e7e3796478d8f200b11661c4ade71488dcfbad3..72c80390642c905759f56ed27f378c6c4024d413 100644 (file)
@@ -244,7 +244,7 @@ GLOBAL bool Conf_EnablePassiveServer PARAMS((const char *Name));
 GLOBAL bool Conf_DisableServer PARAMS(( const char *Name ));
 GLOBAL bool Conf_AddServer PARAMS(( const char *Name, UINT16 Port, const char *Host, const char *MyPwd, const char *PeerPwd ));
 
-GLOBAL bool Conf_IsService PARAMS((int ConfServer, const char *Nick));
+GLOBAL bool Conf_NickIsService PARAMS((int ConfServer, const char *Nick));
 
 /* Password required by WEBIRC command */
 GLOBAL char Conf_WebircPwd[CLIENT_PASS_LEN];