summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlok Barsode <alok.barsode@linux.intel.com>2012-02-03 20:26:04 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2012-02-04 01:15:36 +0100
commit85b7fc702914153e64b601ca1e860baa4e85bd0f (patch)
tree5da3dc9b442e0ff756778e1a32382fab45bbcc5a /include
parent45659eb7ecb774bf79276280b94d474e82efa896 (diff)
downloadconnman-85b7fc702914153e64b601ca1e860baa4e85bd0f.tar.gz
connman-85b7fc702914153e64b601ca1e860baa4e85bd0f.tar.bz2
connman-85b7fc702914153e64b601ca1e860baa4e85bd0f.zip
timeserver: Remove connman_timeserver_[append/remove]
We do not need to these anymore as we directly use the timeservers from service.
Diffstat (limited to 'include')
-rw-r--r--include/timeserver.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/timeserver.h b/include/timeserver.h
index e37fada0..83ad5573 100644
--- a/include/timeserver.h
+++ b/include/timeserver.h
@@ -36,9 +36,6 @@ extern "C" {
* @short_description: Functions for handling time servers (including NTP)
*/
-int connman_timeserver_append(const char *server);
-int connman_timeserver_remove(const char *server);
-
int __connman_timeserver_system_append(const char *server);
int __connman_timeserver_system_remove(const char *server);