chiark / gitweb /
timedated: expose time and NTP sync flag via the bus
[elogind.git] / src / shared / time-util.h
index 7660fe18724ad2108baaf5f60aad211f8c0d8704..a51317dbd6a037f79e86767e669f4cbb19b215be 100644 (file)
@@ -84,3 +84,5 @@ int parse_timestamp(const char *t, usec_t *usec);
 
 int parse_sec(const char *t, usec_t *usec);
 int parse_nsec(const char *t, nsec_t *nsec);
+
+bool ntp_synced(void);