]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/bancache.h
Roadmap item "Fix jointhrottle to not try 'throttle' clients during a netmerge (requi...
[user/henk/code/inspircd.git] / include / bancache.h
index 19fc0d9528909dcc58f89603e2033c8dbe5c0252..2ae740ece32cb19cb393deda9b7f7f4d52124235 100644 (file)
@@ -62,6 +62,8 @@ class CoreExport BanCacheManager : public classbase
                this->ServerInstance = Instance;
                this->BanHash = new BanCacheHash();
        }
+
+       void RehashCache();
 };
 
 #endif