Get periodical time samples through NTP
[novacoin.git] / src / ntp.h
index d6c5863..aa48864 100644 (file)
--- a/src/ntp.h
+++ b/src/ntp.h
@@ -6,3 +6,6 @@ int64_t NtpGetTime(CNetAddr& ip);
 
 // Get time from provided server.
 int64_t NtpGetTime(std::string &strHostName);
+
+// NTP time samples thread.
+void ThreadNtpSamples(void* parg);