Adding connman-test subpackage
[framework/connectivity/connman.git] / include / timeserver.h
index 83ad557..c5019ed 100644 (file)
@@ -36,8 +36,9 @@ extern "C" {
  * @short_description: Functions for handling time servers (including NTP)
  */
 
-int __connman_timeserver_system_append(const char *server);
-int __connman_timeserver_system_remove(const char *server);
+int connman_timeserver_append(const char *server);
+int connman_timeserver_remove(const char *server);
+void connman_timeserver_sync(void);
 
 struct connman_timeserver_driver {
        const char *name;