diff options
Diffstat (limited to 'include/dns.h')
-rw-r--r-- | include/dns.h | 5 |
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(); |