summaryrefslogtreecommitdiff
path: root/include/timeserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/timeserver.h')
-rw-r--r--include/timeserver.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/include/timeserver.h b/include/timeserver.h
index 83ad5573..d1245376 100644
--- a/include/timeserver.h
+++ b/include/timeserver.h
@@ -26,30 +26,9 @@
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);
-
#ifdef __cplusplus
}
#endif