Remove libbpf code from connMan
[platform/upstream/connman.git] / include / timeserver.h
old mode 100644 (file)
new mode 100755 (executable)
index f1b5c9c..48ea194
@@ -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
 extern "C" {
 #endif
 
-/**
- * SECTION:timeserver
- * @title: timeserver premitives
- * @short_description: Functions for handling time servers (including NTP)
- */
-
-int connman_timeserver_append(char *server);
-int connman_timeserver_remove(char *server);
-void connman_timeserver_sync(void);
-
-struct connman_timeserver_driver {
-       const char *name;
-       int priority;
-       int (*append) (char *server);
-       int (*remove) (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
 }