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, 1 insertions, 1 deletions
diff --git a/shared/config-parser.h b/shared/config-parser.h
index 4b2103f..e371dec 100644
--- a/shared/config-parser.h
+++ b/shared/config-parser.h
@@ -51,7 +51,7 @@ struct cfg_value {
bool config_parse_line(const char *filename, char **buf,
struct cfg_key_value_map *kvmap,
int *rkey, const char **rkeyname,
- struct cfg_value *rvalue);
+ struct cfg_value *rvalue, bool async_dns);
bool config_parse_header(const char *title, char **buf);