xref: /dpdk/lib/cfgfile/version.map (revision cb9187bc5c2b4bab0ad80194ac3b60491de14e8c)
1*cb9187bcSDavid MarchandDPDK_25 {
299a2dd95SBruce Richardson	global:
399a2dd95SBruce Richardson
499a2dd95SBruce Richardson	rte_cfgfile_add_entry;
599a2dd95SBruce Richardson	rte_cfgfile_add_section;
699a2dd95SBruce Richardson	rte_cfgfile_close;
799a2dd95SBruce Richardson	rte_cfgfile_create;
899a2dd95SBruce Richardson	rte_cfgfile_get_entry;
999a2dd95SBruce Richardson	rte_cfgfile_has_entry;
1099a2dd95SBruce Richardson	rte_cfgfile_has_section;
1199a2dd95SBruce Richardson	rte_cfgfile_load;
1299a2dd95SBruce Richardson	rte_cfgfile_load_with_params;
1399a2dd95SBruce Richardson	rte_cfgfile_num_sections;
1499a2dd95SBruce Richardson	rte_cfgfile_save;
1599a2dd95SBruce Richardson	rte_cfgfile_section_entries;
1699a2dd95SBruce Richardson	rte_cfgfile_section_entries_by_index;
1799a2dd95SBruce Richardson	rte_cfgfile_section_num_entries;
1899a2dd95SBruce Richardson	rte_cfgfile_section_num_entries_by_index;
1999a2dd95SBruce Richardson	rte_cfgfile_sections;
2099a2dd95SBruce Richardson	rte_cfgfile_set_entry;
2199a2dd95SBruce Richardson
2299a2dd95SBruce Richardson	local: *;
2399a2dd95SBruce Richardson};
24