]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/hashcomp.h
More docs. Tons more docs. I need coffee and we're out of coffee :<
[user/henk/code/inspircd.git] / include / hashcomp.h
index 714d3286f78ddbdbea1a916f904edbbc72b7eb54..0ca8a6facb41812297494d258273f557b4366bae 100644 (file)
  *******************************************************/
  
 using namespace std;
+using irc::sockets::insp_aton;
+using irc::sockets::insp_ntoa;
+using irc::sockets::insp_inaddr;
 
 namespace nspace
 {
+       void strlower(char *n);
+
         template<> struct hash<insp_inaddr>
         {
                 size_t operator()(const insp_inaddr &a) const;