aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index df511d4..699fa83 100644
--- a/src/config.h
+++ b/src/config.h
@@ -66,7 +66,7 @@ const char *config_type_to_string(config_type_t type);
void config_init(config_t *config);
-config_status_t config_read_entry(const config_entry_t *entries, void *result, size_t *index,
+config_status_t config_read_entry(const config_entry_t *entries, void *result, const config_entry_t **found,
const char *key, const char *value);
int config_read(config_t *config, FILE *file);