summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
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);