From 82952bb16eeb8d27b4357fa16b76a8ee8819964b Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sun, 19 Aug 2018 14:22:45 +0200 Subject: common: config-parser: mark section as list by prefix --- src/common/config-parser.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/common/config-parser.h') diff --git a/src/common/config-parser.h b/src/common/config-parser.h index 0b75ff8..fa29437 100644 --- a/src/common/config-parser.h +++ b/src/common/config-parser.h @@ -18,7 +18,8 @@ typedef struct { } bc_config_t; bc_config_t* bc_config_parse(const char *src, size_t src_len, - const char *list_sections[], bc_error_t **err); + const char *list_sections[], const char *list_sections_prefix[], + bc_error_t **err); char** bc_config_list_sections(bc_config_t *config); char** bc_config_list_keys(bc_config_t *config, const char *section); const char* bc_config_get(bc_config_t *config, const char *section, -- cgit v1.2.3-18-g5258