]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/hashcomp.h
Fix timedbans bug reported by jamie
[user/henk/code/inspircd.git] / include / hashcomp.h
index 056bba6e5e733f0a89077db0daeac82de9bcf4d9..0a39deb1f7243359bc30553623a7901f26d149ea 100644 (file)
@@ -212,6 +212,8 @@ namespace irc
        /** This typedef declares irc::string based upon irc_char_traits
         */
        typedef basic_string<char, irc_char_traits, allocator<char> > string;
+
+       const char* Spacify(char* n);
 }
 
 /* Define operators for using >> and << with irc::string to an ostream on an istream. */