summaryrefslogtreecommitdiff
path: root/include/dns.h
diff options
context:
space:
mode:
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 c7283f6b8..8011d069c 100644
--- a/include/dns.h
+++ b/include/dns.h
@@ -448,6 +448,8 @@ class DNS : public EventHandler
CachedQuery* GetCache(const std::string &source);
void DelCache(const std::string &source);
+
+ int ClearCache();
};
#endif