]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/dnsqueue.h
Add userrec::HasMode, fix some typos.
[user/henk/code/inspircd.git] / include / dnsqueue.h
index 6832572422ece392b0e7e0b9e4b32d7baf9d4ad1..2b3217847226f4b564dc84ce43118f84f4bf23bc 100644 (file)
@@ -1,5 +1,5 @@
 #include "inspircd.h"
 #include "users.h"
 
-bool lookup_dns(userrec* u);
-void dns_poll();
+bool lookup_dns(const std::string &nick);
+void dns_poll(int fdcheck);