- 235C9E2B087F65731A530FC76DF548A427A1833EA3A4EF8791A89B938C74553F7D0117861265C687952CE91F7E0301A1F35CB3436C4CC87D230A443FCB197EF6
+ 99AA3DF7DC2E63380BA9916DAE9DFE69D6DE7BCBF2BD39809CC528DEA2699E3B664294175697D4B6ADE7FE39DC42420573F59503653D3C22352270C27CD3C1CC
bitcoin/src/util.h
(121 . 6)(121 . 7)
148 extern std::string strMiscWarning;
149 extern bool fNoListen;
150 extern bool fLogTimestamps;
151 extern std::string CLIENT_NAME;
152
153 void RandAddSeed();
154 void RandAddSeedPerfmon();
(161 . 6)(162 . 7)
156 int64 GetAdjustedTime();
157 void AddTimeData(unsigned int ip, int64 nTime);
158 std::string FormatFullVersion();
159 std::string FormatSubVersion(const std::string& name, int nClientVersion);
160
161
162