summaryrefslogtreecommitdiff
path: root/shared/config-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/config-parser.h')
-rw-r--r--shared/config-parser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/shared/config-parser.h b/shared/config-parser.h
index 129e085..da5250d 100644
--- a/shared/config-parser.h
+++ b/shared/config-parser.h
@@ -99,6 +99,9 @@ bool scfg_async_dns_start(struct server_config *scfg);
bool scfg_validate(struct server_config *scfg, const char **error);
+void sprop_parse(struct server_config *scfg, char *buf,
+ unsigned *lineno, const char **error);
+
bool scfg_parse(struct server_config *scfg, char *buf, bool async,
unsigned *lineno, const char **error);