]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/dns.h
Add specialization for ConvToStr on a single char, return std::string(in,1) :p
[user/henk/code/inspircd.git] / include / dns.h
index 8011d069c55462336f98c83da28f1e24a272e593..562a493221c23eb91a6d92206a8c8f594058f646 100644 (file)
@@ -326,6 +326,8 @@ class DNS : public EventHandler
         */
        dnscache* cache;
 
+       class CacheTimer* PruneTimer;
+
        /**
         * Build a dns packet payload
         */
@@ -450,6 +452,7 @@ class DNS : public EventHandler
        void DelCache(const std::string &source);
 
        int ClearCache();
+       int PruneCache();
 };
 
 #endif