]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - include/dnsqueue.h
Removed deprecated Server::IsOnChannel (was a C++-ish wrapper to the C-ish has_channe...
[user/henk/code/inspircd.git] / include / dnsqueue.h
1 #include "inspircd.h"
2 #include "users.h"
3
4 bool lookup_dns(std::string nick);
5 void dns_poll(int fdcheck);