diff options
| author | 2006-09-10 17:03:50 +0000 | |
|---|---|---|
| committer | 2006-09-10 17:03:50 +0000 | |
| commit | ba5a5b345cdfbc73c0faf9a6cb5fd8d96474ae41 (patch) | |
| tree | 5434f367a42f912bd19cd29db90e86b7f7e3ea2f /include | |
| parent | Spacify() the oper types (diff) | |
Move Spacify() into irc:: namespace as multiple modules use it now
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5200 e03df62e-2008-0410-955e-edbf42e46eb7
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. */ |
