summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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;