]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - include/dnsqueue.h
Removed has_channel(userrec*,chanrec*), the new preferred way of doing it is channel...
[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);