summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bancache.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bancache.cpp b/src/bancache.cpp
index bfa1bde11..b4fccbbf8 100644
--- a/src/bancache.cpp
+++ b/src/bancache.cpp
@@ -63,6 +63,11 @@ bool BanCacheManager::RemoveHit(BanCacheHit *b)
return true;
}
+int BanCacheManager::RemoveEntries(const std::string &type, bool positive)
+{
+ return 0;
+}
+
void BanCacheManager::RehashCache()
{
BanCacheHash* NewHash = new BanCacheHash();