timeserver: Add functions to store/restore timeservers via the clock API
[platform/upstream/connman.git] / src / connman.h
index d6ce040..f55bcbd 100644 (file)
@@ -319,6 +319,8 @@ int __connman_utsname_set_domainname(const char *domainname);
 int __connman_timeserver_init(void);
 void __connman_timeserver_cleanup(void);
 
+char **__connman_timeserver_system_get();
+
 typedef void (* dhcp_cb) (struct connman_network *network,
                                connman_bool_t success);
 int __connman_dhcp_start(struct connman_network *network, dhcp_cb callback);