Add GetTempPath() to util

This commit is contained in:
Pieter Wuille
2012-11-29 00:33:12 +01:00
parent 5c37be2db6
commit 597fa4cd63
2 changed files with 23 additions and 0 deletions

View File

@@ -207,6 +207,7 @@ void ReadConfigFile(std::map<std::string, std::string>& mapSettingsRet, std::map
#ifdef WIN32
boost::filesystem::path GetSpecialFolderPath(int nFolder, bool fCreate = true);
#endif
boost::filesystem::path GetTempPath();
void ShrinkDebugFile();
int GetRandInt(int nMax);
uint64 GetRand(uint64 nMax);