diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/hashcomp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hashcomp.h b/include/hashcomp.h index 056bba6e5..0a39deb1f 100644 --- a/include/hashcomp.h +++ b/include/hashcomp.h @@ -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. */ |