summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/bancache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/bancache.h b/include/bancache.h
index 19fc0d952..2ae740ece 100644
--- a/include/bancache.h
+++ b/include/bancache.h
@@ -62,6 +62,8 @@ class CoreExport BanCacheManager : public classbase
this->ServerInstance = Instance;
this->BanHash = new BanCacheHash();
}
+
+ void RehashCache();
};
#endif