diff options
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index 7212717..297a285 100644 --- a/src/config.h +++ b/src/config.h @@ -48,6 +48,8 @@ void config_init(config_t *config); int config_read(config_t *config, FILE *file); +int config_validate(config_t *config); + bool config_resolve_children(config_t *config, block_t *block); int config_resolve(config_t *config, block_t **block); |
