dnsproxy: Only one copy of the relevant buffers will be made to a TCP request
[framework/connectivity/connman.git] / include / timeserver.h
index d2863e8..48ea194 100644 (file)
@@ -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(const char *server);
-int connman_timeserver_remove(const char *server);
-
-struct connman_timeserver_driver {
-       const char *name;
-       int priority;
-       int (*append) (const char *server);
-       int (*remove) (const char *server);
-};
-
-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
 }