summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-06-16 15:54:33 +0200
committerDavid Härdeman <david@hardeman.nu>2020-06-16 15:54:33 +0200
commit202fdce48fd8fb04778bd3c7e30a036a68b32ba2 (patch)
tree80045d42e0248acbb5c22e46d79d40c49160357a /config.h
parent7b2240a7a9387068f8da0f9bfeac90ec27034878 (diff)
Convert cfgdir and proxy to use debugging
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 2 insertions, 1 deletions
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);