meego: Use system timeserver APIs to add/remove timeservers
authorAlok Barsode <alok.barsode@linux.intel.com>
Fri, 3 Feb 2012 18:25:56 +0000 (20:25 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Sat, 4 Feb 2012 00:15:35 +0000 (01:15 +0100)
plugins/meego.c

index 717b220..f8d2f0f 100644 (file)
 
 static int meego_init(void)
 {
-       return connman_timeserver_append(MEEGO_NTP_SERVER);
+       return __connman_timeserver_system_append(MEEGO_NTP_SERVER);
 }
 
 static void meego_exit(void)
 {
-       connman_timeserver_remove(MEEGO_NTP_SERVER);
+       __connman_timeserver_system_remove(MEEGO_NTP_SERVER);
 }
 
 CONNMAN_PLUGIN_DEFINE(meego, "MeeGo features plugin", VERSION,