diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-07-22 18:06:59 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-07-22 18:24:20 +0200 |
commit | 633fe10869abe89d32d657c2ae8944daa97e4f22 (patch) | |
tree | a22bce89ecd40092ad08a8f43ae662b58490a4c9 /src/util.h | |
parent | 45d1f5932ba85b8e5f3e2cc6839bf7a257ca460a (diff) | |
parent | 27d760580456d206c5a02ef29797f296f510099c (diff) |
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.h | 1 |
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); |