summaryrefslogtreecommitdiff
path: root/include/dns.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-12-31 19:17:04 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-12-31 19:17:04 +0000
commit6a6f5b2275b1bfc0ab1e2b1393ec1df2fa734c86 (patch)
tree5581a4ad71a9c3e44e6729fde2d8ca708f046636 /include/dns.h
parent739b08770578b891cab4c824ca29eeb01445457f (diff)
Add missing feature: /rehash reinitializes dns subsytem (and can handle changed addresses)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6193 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/dns.h')
-rw-r--r--include/dns.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/dns.h b/include/dns.h
index 038323a43..92f3fe8f7 100644
--- a/include/dns.h
+++ b/include/dns.h
@@ -353,6 +353,11 @@ class DNS : public EventHandler
DNS(InspIRCd* Instance);
/**
+ * Re-initialize the DNS subsystem.
+ */
+ void Rehash();
+
+ /**
* Destructor
*/
~DNS();