X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fbancache.h;h=2ae740ece32cb19cb393deda9b7f7f4d52124235;hb=b94c45340e153254f9dd06ecc3445222f31d0220;hp=19fc0d9528909dcc58f89603e2033c8dbe5c0252;hpb=cce3669a3a6c2011f202795c6333db77009cedd7;p=user%2Fhenk%2Fcode%2Finspircd.git 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