diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-10 18:54:29 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-10 18:54:29 +0000 |
commit | 318552487d077bb20c8f320c564a7b1e652cf885 (patch) | |
tree | 6150c032f391d79eb410256b0b889d5e671139ad /include/hashcomp.h | |
parent | e51a4b5c29deac855496d6658a3c4612a61ffbb7 (diff) |
Move strlower into nspace namespace where hash<std::string> lives
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4850 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/hashcomp.h')
-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 6c90ee919..0ca8a6fac 100644 --- a/include/hashcomp.h +++ b/include/hashcomp.h @@ -43,6 +43,8 @@ using irc::sockets::insp_inaddr; namespace nspace { + void strlower(char *n); + template<> struct hash<insp_inaddr> { size_t operator()(const insp_inaddr &a) const; |