Merge branch 'optimize'

This commit is contained in:
Gavin Andresen
2012-05-22 11:05:46 -04:00
6 changed files with 544 additions and 286 deletions

View File

@@ -164,6 +164,7 @@ boost::filesystem::path GetSpecialFolderPath(int nFolder, bool fCreate = true);
void ShrinkDebugFile();
int GetRandInt(int nMax);
uint64 GetRand(uint64 nMax);
uint256 GetRandHash();
int64 GetTime();
void SetMockTime(int64 nMockTimeIn);
int64 GetAdjustedTime();