summaryrefslogtreecommitdiff
path: root/include/timeserver.h
diff options
context:
space:
mode:
authorAlok Barsode <alok.barsode@linux.intel.com>2012-02-03 20:25:55 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2012-02-04 01:15:35 +0100
commit2333b442e64bb082de2e22056b9eda52aff4a6c6 (patch)
treeef160a1f96b1ef88b4711015744a4de2daf07182 /include/timeserver.h
parent837df7479ca894a2ffc1f1496ae751f03f83cfe3 (diff)
downloadconnman-2333b442e64bb082de2e22056b9eda52aff4a6c6.tar.gz
connman-2333b442e64bb082de2e22056b9eda52aff4a6c6.tar.bz2
connman-2333b442e64bb082de2e22056b9eda52aff4a6c6.zip
timeserver: Add functions to store/restore timeservers via the clock API
Diffstat (limited to 'include/timeserver.h')
-rw-r--r--include/timeserver.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/timeserver.h b/include/timeserver.h
index c5019edf..3749482c 100644
--- a/include/timeserver.h
+++ b/include/timeserver.h
@@ -40,6 +40,9 @@ int connman_timeserver_append(const char *server);
int connman_timeserver_remove(const char *server);
void connman_timeserver_sync(void);
+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;