]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands.h
Fix test client error cheecking on result types
[user/henk/code/inspircd.git] / include / commands.h
index 2aba8202f4f6fcba373828db131989ad108ffd4b..e422b5c4420f9cdfb11547296c6ade95fdd15d03 100644 (file)
@@ -33,7 +33,7 @@ long duration(const char* str);
 bool host_matches_everyone(const std::string &mask, userrec* user);
 bool ip_matches_everyone(const std::string &ip, userrec* user);
 bool nick_matches_everyone(const std::string &nick, userrec* user);    
-int operstrcmp(char* data,char* input);
+int operstrcmp(const char* data,const char* input);
 void split_chlist(userrec* user, userrec* dest, const std::string &cl);
 
 /*       XXX Serious WTFness XXX