]>
Commit | Line | Data |
---|---|---|
62b83e6d MT |
1 | LIBLOC_PRIVATE { |
2 | global: | |
a5db3e49 MT |
3 | # AS |
4 | loc_as_get_name; | |
5 | loc_as_get_number; | |
6 | loc_as_new; | |
7 | loc_as_ref; | |
8 | loc_as_set_name; | |
9 | loc_as_unref; | |
10 | ||
2601e83e | 11 | # Database |
a5db3e49 MT |
12 | loc_database_add_as; |
13 | loc_database_count_as; | |
2601e83e MT |
14 | loc_database_get_description; |
15 | loc_database_get_vendor; | |
16 | loc_database_new; | |
17 | loc_database_open; | |
18 | loc_database_ref; | |
19 | loc_database_set_description; | |
20 | loc_database_set_vendor; | |
21 | loc_database_unref; | |
22 | loc_database_write; | |
23 | ||
62b83e6d MT |
24 | # String Pool |
25 | loc_stringpool_add; | |
26 | loc_stringpool_dump; | |
27 | loc_stringpool_get; | |
2601e83e | 28 | loc_stringpool_get_size; |
62b83e6d MT |
29 | loc_stringpool_new; |
30 | loc_stringpool_ref; | |
31 | loc_stringpool_unref; | |
32 | }; | |
33 | ||
46aded9a MT |
34 | LIBLOC_1 { |
35 | global: | |
36 | loc_ref; | |
37 | loc_get_log_priority; | |
38 | loc_set_log_fn; | |
39 | loc_unref; | |
40 | loc_set_log_priority; | |
41 | loc_new; | |
2601e83e | 42 | loc_load; |
46aded9a MT |
43 | local: |
44 | *; | |
45 | }; |