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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/config-parser.h b/shared/config-parser.h
index ad7e4b2..5b44a46 100644
--- a/shared/config-parser.h
+++ b/shared/config-parser.h
@@ -108,6 +108,8 @@ bool scfg_parse(struct server_config *scfg, char *buf, bool async,
void scfg_delete(struct server_config *scfg);
+void scfg_cancel_adns(struct server_config *scfg);
+
bool scfg_init(struct server_config *scfg, const char *filename);
bool strtosockaddrs(const char *str, struct cfg_value *rvalue, bool async);