diff options
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h index fef2cba..e65dbcf 100644 --- a/src/config.h +++ b/src/config.h @@ -45,11 +45,11 @@ typedef struct { void config_init(config_t *config); -void config_read(config_t *config, FILE *file); +int config_read(config_t *config, FILE *file); bool config_resolve_children(config_t *config, block_t *block); -block_t *config_resolve(config_t *config); +int config_resolve(config_t *config, block_t **block); void config_free(config_t *config); |
