aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-07-22 18:06:59 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2015-07-22 18:24:20 +0200
commit633fe10869abe89d32d657c2ae8944daa97e4f22 (patch)
treea22bce89ecd40092ad08a8f43ae662b58490a4c9 /src/util.h
parent45d1f5932ba85b8e5f3e2cc6839bf7a257ca460a (diff)
parent27d760580456d206c5a02ef29797f296f510099c (diff)
downloadbitcoin-633fe10869abe89d32d657c2ae8944daa97e4f22.tar.xz
Merge pull request #6149
27d7605 Buffer log messages and explicitly open logs (Adam Weiss)
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 6019e25015..afc9a378bb 100644
--- a/src/util.h
+++ b/src/util.h
@@ -125,6 +125,7 @@ void ReadConfigFile(std::map<std::string, std::string>& mapSettingsRet, std::map
boost::filesystem::path GetSpecialFolderPath(int nFolder, bool fCreate = true);
#endif
boost::filesystem::path GetTempPath();
+void OpenDebugLog();
void ShrinkDebugFile();
void runCommand(const std::string& strCommand);