mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 20:19:02 -04:00
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4405 e03df62e-2008-0410-955e-edbf42e46eb7
7 lines
137 B
C++
7 lines
137 B
C++
#include "inspircd.h"
|
|
#include "users.h"
|
|
|
|
bool lookup_dns(const std::string &nick);
|
|
void dns_poll(int fdcheck);
|
|
void ZapThisDns(int fd);
|