X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Ftimeserver.h;h=48ea1945b8bce00e453b0049391c748fda8aa750;hb=8a2395563cbaef0b56da21d56df2eea10a2c3c20;hp=83ad5573952728b5e32844dcd9e1b80fbc4e5f11;hpb=85b7fc702914153e64b601ca1e860baa4e85bd0f;p=platform%2Fupstream%2Fconnman.git diff --git a/include/timeserver.h b/include/timeserver.h old mode 100644 new mode 100755 index 83ad557..48ea194 --- a/include/timeserver.h +++ b/include/timeserver.h @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2012 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as @@ -26,29 +26,7 @@ extern "C" { #endif -#define CONNMAN_TIMESERVER_PRIORITY_LOW -100 -#define CONNMAN_TIMESERVER_PRIORITY_DEFAULT 0 -#define CONNMAN_TIMESERVER_PRIORITY_HIGH 100 - -/** - * SECTION:timeserver - * @title: timeserver premitives - * @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); - -struct connman_timeserver_driver { - const char *name; - int priority; - int (*append) (const char *server); - int (*remove) (const char *server); - void (*sync) (void); -}; - -int connman_timeserver_driver_register(struct connman_timeserver_driver *driver); -void connman_timeserver_driver_unregister(struct connman_timeserver_driver *driver); +int __connman_timeserver_system_set(char **server); #ifdef __cplusplus }