From 21bb26d4bc2bd690ad19dce388a2bd51987c97f6 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 28 Feb 2018 09:03:59 +0700 Subject: [PATCH] Time experemental options --- libi2pd/Timestamp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libi2pd/Timestamp.h b/libi2pd/Timestamp.h index b217b6ad..89b1f1dc 100644 --- a/libi2pd/Timestamp.h +++ b/libi2pd/Timestamp.h @@ -15,7 +15,7 @@ namespace i2p inline void setTimeOffset(int64_t ts){g_TimeOffset=ts;} bool timeCorrecting(uint32_t signedOnTime, uint32_t ts, uint32_t skew, const char * ErrorMsg); - + void SyncTimeWithNTP (void); inline uint64_t GetSecondsSinceEpoch ()