aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-03-09 12:43:21 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2015-03-09 12:51:07 +0100
commitcdae53e456ad35216e33a90f1681aade546cc431 (patch)
treed21c3163a804c7542241c089075586acd16c218e /src/util.h
parentc1b723c30a57811ad5801ab8a839186b654ae2bf (diff)
parent51598b26319bf1ee98b399dee8152b902c62891a (diff)
downloadbitcoin-cdae53e456ad35216e33a90f1681aade546cc431.tar.xz
Merge pull request #5852
51598b2 Reinitialize state in between individual unit tests. (Pieter Wuille)
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index bbb0e81039..4d0cb7136e 100644
--- a/src/util.h
+++ b/src/util.h
@@ -94,6 +94,7 @@ bool RenameOver(boost::filesystem::path src, boost::filesystem::path dest);
bool TryCreateDirectory(const boost::filesystem::path& p);
boost::filesystem::path GetDefaultDataDir();
const boost::filesystem::path &GetDataDir(bool fNetSpecific = true);
+void ClearDatadirCache();
boost::filesystem::path GetConfigFile();
#ifndef WIN32
boost::filesystem::path GetPidFile();