Release tizen_2.0_beta
[framework/connectivity/connman.git] / plugins / meego.c
index f8d2f0f..717b220 100644 (file)
 
 static int meego_init(void)
 {
-       return __connman_timeserver_system_append(MEEGO_NTP_SERVER);
+       return connman_timeserver_append(MEEGO_NTP_SERVER);
 }
 
 static void meego_exit(void)
 {
-       __connman_timeserver_system_remove(MEEGO_NTP_SERVER);
+       connman_timeserver_remove(MEEGO_NTP_SERVER);
 }
 
 CONNMAN_PLUGIN_DEFINE(meego, "MeeGo features plugin", VERSION,