X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Futil.h;fp=src%2Futil.h;h=5835e90221c5cd164a495b4101eee8816c8ab3dd;hb=0c15e9be384df1db22a714c3ec77e9902df0492f;hp=6ddc7a6f1e7a237bd380bc0933cfb5b500b18d06;hpb=f8dc50f444b94ff21cf582f3686dcc41cb9971d8;p=novacoin.git diff --git a/src/util.h b/src/util.h index 6ddc7a6..5835e90 100644 --- a/src/util.h +++ b/src/util.h @@ -226,6 +226,7 @@ int64_t GetTime(); void SetMockTime(int64_t nMockTimeIn); int64_t GetAdjustedTime(); int64_t GetTimeOffset(); +int64_t GetNodesOffset(); std::string FormatFullVersion(); std::string FormatSubVersion(const std::string& name, int nClientVersion, const std::vector& comments); void AddTimeData(const CNetAddr& ip, int64_t nTime);