summaryrefslogtreecommitdiff
path: root/src/timesync/timesyncd-conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/timesync/timesyncd-conf.h')
-rw-r--r--src/timesync/timesyncd-conf.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/timesync/timesyncd-conf.h b/src/timesync/timesyncd-conf.h
index 2102599e9..56466fe46 100644
--- a/src/timesync/timesyncd-conf.h
+++ b/src/timesync/timesyncd-conf.h
@@ -23,6 +23,12 @@
#include "conf-parser.h"
+#include "timesyncd-manager.h"
+
const struct ConfigPerfItem* timesyncd_gperf_lookup(const char *key, unsigned length);
+int manager_parse_server_string(Manager *m, ServerType type, const char *string);
+
int config_parse_servers(const char *unit, const char *filename, unsigned line, const char *section, unsigned section_line, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata);
+
+int manager_parse_config_file(Manager *m);