From 202fdce48fd8fb04778bd3c7e30a036a68b32ba2 Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Tue, 16 Jun 2020 15:54:33 +0200 Subject: Convert cfgdir and proxy to use debugging --- config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 30be385..7a92c1c 100644 --- a/config.h +++ b/config.h @@ -22,7 +22,8 @@ union cfg_value { bool config_parse_line(struct cfg *cfg, char **buf, struct cfg_key_value_map *kvmap, - int *key, union cfg_value *value); + int *rkey, const char **rkeyname, + union cfg_value *rvalue); bool config_parse_header(struct cfg *cfg, const char *title, char **buf); -- cgit v1.2.3