aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2013-02-22 08:47:45 -0800
committerGavin Andresen <[email protected]>2013-02-22 08:47:45 -0800
commit802a3dfdccdda3cb187a1669b85011a962145780 (patch)
treeb1974f98bf309d150c17aba64adfc064288d7101 /src/util.h
parentMerge pull request #1974 from kjj2/walletnotify (diff)
parentAdd timeoffset to getinfo RPC call (diff)
downloaddiscoin-802a3dfdccdda3cb187a1669b85011a962145780.tar.xz
discoin-802a3dfdccdda3cb187a1669b85011a962145780.zip
Merge pull request #2160 from petertodd/add-adjustedtime-to-rpc-getinfo
Add adjustedtime to getinfo RPC call
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 97911d749..2050604e5 100644
--- a/src/util.h
+++ b/src/util.h
@@ -212,6 +212,7 @@ uint256 GetRandHash();
int64 GetTime();
void SetMockTime(int64 nMockTimeIn);
int64 GetAdjustedTime();
+int64 GetTimeOffset();
std::string FormatFullVersion();
std::string FormatSubVersion(const std::string& name, int nClientVersion, const std::vector<std::string>& comments);
void AddTimeData(const CNetAddr& ip, int64 nTime);