aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2012-05-22 11:05:46 -0400
committerGavin Andresen <gavinandresen@gmail.com>2012-05-22 11:13:00 -0400
commitd0e4051cd8c28871a0e390553a4884df854aa2e3 (patch)
tree7ae2c230153ba3f844122c2045f5db8a14560fd7 /src/util.h
parenteef7c4a77355176541a5fe58a8f605670716e27a (diff)
parent62922c8ab030953f159b9433e8a8703ab64cea02 (diff)
downloadbitcoin-d0e4051cd8c28871a0e390553a4884df854aa2e3.tar.xz
Merge branch 'optimize'
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 47065d8426..5b58147ce6 100644
--- a/src/util.h
+++ b/src/util.h
@@ -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();