summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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();