diff options
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index a5edcc9..c2f6413 100644 --- a/include/config.h +++ b/include/config.h @@ -34,6 +34,7 @@ typedef struct { list_t *keys; list_t *values; list_t *array_values; + list_t *nested_config_values; } config_t; config_t *config_parse(char *content); |