New upstream version 18.11
[deb_dpdk.git] / lib / librte_cfgfile / rte_cfgfile_version.map
1 DPDK_2.0 {
2         global:
3
4         rte_cfgfile_close;
5         rte_cfgfile_get_entry;
6         rte_cfgfile_has_entry;
7         rte_cfgfile_has_section;
8         rte_cfgfile_load;
9         rte_cfgfile_num_sections;
10         rte_cfgfile_section_entries;
11         rte_cfgfile_section_num_entries;
12         rte_cfgfile_sections;
13
14         local: *;
15 };
16
17 DPDK_16.04 {
18         global:
19
20         rte_cfgfile_section_entries_by_index;
21
22 } DPDK_2.0;
23
24 DPDK_17.05 {
25         global:
26
27         rte_cfgfile_load_with_params;
28
29 } DPDK_16.04;
30
31 DPDK_17.11 {
32         global:
33
34         rte_cfgfile_add_entry;
35         rte_cfgfile_add_section;
36         rte_cfgfile_create;
37         rte_cfgfile_save;
38         rte_cfgfile_set_entry;
39
40 } DPDK_17.05;