aboutsummaryrefslogtreecommitdiff
path: root/src/alert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/alert.h')
-rw-r--r--src/alert.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/alert.h b/src/alert.h
index 296d48891a..9e68b0f38d 100644
--- a/src/alert.h
+++ b/src/alert.h
@@ -99,6 +99,7 @@ public:
bool RelayTo(CNode* pnode) const;
bool CheckSignature() const;
bool ProcessAlert(bool fThread = true);
+ static void Notify(const std::string& strMessage, bool fThread);
/*
* Get copy of (active) alert object by hash. Returns a null alert if it is not found.