summaryrefslogtreecommitdiff
path: root/src/connman.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 /src/connman.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 'src/connman.h')
-rw-r--r--src/connman.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/connman.h b/src/connman.h
index d6ce0400..f55bcbd0 100644
--- a/src/connman.h
+++ b/src/connman.h
@@ -319,6 +319,8 @@ int __connman_utsname_set_domainname(const char *domainname);
int __connman_timeserver_init(void);
void __connman_timeserver_cleanup(void);
+char **__connman_timeserver_system_get();
+
typedef void (* dhcp_cb) (struct connman_network *network,
connman_bool_t success);
int __connman_dhcp_start(struct connman_network *network, dhcp_cb callback);