From 54d563e10f381ea01cf0ed93f2b97fcac848808c Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sun, 25 Dec 2016 01:47:50 +0100 Subject: config-parser: bc_config_get_list should return array instead of list --- src/common/config-parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/config-parser.h') diff --git a/src/common/config-parser.h b/src/common/config-parser.h index 0bf1706..01d66dc 100644 --- a/src/common/config-parser.h +++ b/src/common/config-parser.h @@ -25,7 +25,7 @@ const char* bc_config_get(bc_config_t *config, const char *section, const char *key); const char* bc_config_get_with_default(bc_config_t *config, const char *section, const char *key, const char *default_); -bc_slist_t* bc_config_get_list(bc_config_t *config, const char *section); +char** bc_config_get_list(bc_config_t *config, const char *section); void bc_config_free(bc_config_t *config); #endif /* _CONFIG_PARSER_H */ -- cgit v1.2.3-18-g5258