X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Ftimeserver.h;h=c5019edf09448f12d8dbf65eafcba64743fdb6be;hb=HEAD;hp=83ad5573952728b5e32844dcd9e1b80fbc4e5f11;hpb=85b7fc702914153e64b601ca1e860baa4e85bd0f;p=framework%2Fconnectivity%2Fconnman.git diff --git a/include/timeserver.h b/include/timeserver.h index 83ad557..c5019ed 100644 --- a/include/timeserver.h +++ b/include/timeserver.h @@ -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;