aboutsummaryrefslogtreecommitdiff
path: root/db.h
diff options
context:
space:
mode:
Diffstat (limited to 'db.h')
-rw-r--r--db.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/db.h b/db.h
index 3452dd89f4..a0054aa138 100644
--- a/db.h
+++ b/db.h
@@ -298,6 +298,7 @@ private:
void operator=(const CAddrDB&);
public:
bool WriteAddress(const CAddress& addr);
+ bool EraseAddress(const CAddress& addr);
bool LoadAddresses();
};