summaryrefslogtreecommitdiff
path: root/include/dns.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-07-16 13:52:10 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-07-16 13:52:10 +0000
commitd7875763890e79ddcc1f4f105d7b896b0d5e5d83 (patch)
tree0c6cab5e7d7918731a0e43b983c486bd3ed16807 /include/dns.h
parent5d18f26b6bfb7a575b50dc2e3ad909131b9f75da (diff)
Fix socket leak properly this time
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4405 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/dns.h')
-rw-r--r--include/dns.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dns.h b/include/dns.h
index 9d293884a..ea02f03bb 100644
--- a/include/dns.h
+++ b/include/dns.h
@@ -216,6 +216,8 @@ void dns_deal_with_classes(int fd);
*/
bool dns_add_class(Resolver* r);
+void dns_close(int fd);
+
#ifdef THREADED_DNS
/** This is the handler function for multi-threaded DNS.
* It cannot be a class member as pthread will not let us