summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlok Barsode <alok.barsode@linux.intel.com>2012-04-05 13:20:13 +0300
committerPatrik Flykt <patrik.flykt@linux.intel.com>2012-04-05 18:54:49 +0300
commit7a1a8e658bf3fcba09efbb842fdf6c739a5cea67 (patch)
treeda2ad29fcebd10d7e9d1e46251fd291b2311149d /include
parentd92d7610a4a0f40b112eadbbe826d5f394fed880 (diff)
downloadconnman-7a1a8e658bf3fcba09efbb842fdf6c739a5cea67.tar.gz
connman-7a1a8e658bf3fcba09efbb842fdf6c739a5cea67.tar.bz2
connman-7a1a8e658bf3fcba09efbb842fdf6c739a5cea67.zip
Replace older system timeserver values with new ones instead of appending
Fixes BMC#24997.
Diffstat (limited to 'include')
-rw-r--r--include/timeserver.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/timeserver.h b/include/timeserver.h
index d1245376..269bcaa8 100644
--- a/include/timeserver.h
+++ b/include/timeserver.h
@@ -26,8 +26,7 @@
extern "C" {
#endif
-int __connman_timeserver_system_append(const char *server);
-int __connman_timeserver_system_remove(const char *server);
+int __connman_timeserver_system_set(char **server);
#ifdef __cplusplus
}