cfg_rep_t
extern cfg_rep_t cfg_rep_map;
cfg_rep_t * rep; /*%< Data representation */
cfg_rep_t cfg_rep_string = { "string", free_string };
cfg_rep_t cfg_rep_map = { "map", free_map };
cfg_rep_t cfg_rep_list = { "list", free_list };
cfg_rep_t cfg_rep_string;
cfg_rep_t cfg_rep_list;