]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/users.h
More stuff for allowing hostnames in <bind> and <link> again - note there is a FIXME...
[user/henk/code/inspircd.git] / include / users.h
index 30870f3928e91089404ad8bed3c8cb7c5326e1a4..25db5eb081eff30a95c60e4ca85c42a188764ce3 100644 (file)
@@ -144,7 +144,7 @@ class userrec : public connection
        /** The host displayed to non-opers (used for cloaking etc).
         * This usually matches the value of userrec::host.
         */
-       char dhost[64];
+       char dhost[65];
        
        /** The users full name.
         */
@@ -404,4 +404,7 @@ bool DoType(const char* tag, char** entries, void** values, int* types);
 bool DoClass(const char* tag, char** entries, void** values, int* types);
 bool DoneClassesAndTypes(const char* tag);
 
+long FindMatchingGlobal(userrec* user);
+long FindMatchingLocal(userrec* user);
+
 #endif