]> git.ipfire.org Git - people/ms/libloc.git/blame - src/libloc.sym
database: Move string pool to the end of the file again
[people/ms/libloc.git] / src / libloc.sym
CommitLineData
62b83e6d
MT
1LIBLOC_PRIVATE {
2global:
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;
96ea74a5 14 loc_database_created_at;
2601e83e
MT
15 loc_database_get_description;
16 loc_database_get_vendor;
17 loc_database_new;
18 loc_database_open;
19 loc_database_ref;
20 loc_database_set_description;
21 loc_database_set_vendor;
22 loc_database_unref;
23 loc_database_write;
24
62b83e6d
MT
25 # String Pool
26 loc_stringpool_add;
27 loc_stringpool_dump;
28 loc_stringpool_get;
2601e83e 29 loc_stringpool_get_size;
62b83e6d
MT
30 loc_stringpool_new;
31 loc_stringpool_ref;
32 loc_stringpool_unref;
33};
34
46aded9a
MT
35LIBLOC_1 {
36global:
37 loc_ref;
38 loc_get_log_priority;
39 loc_set_log_fn;
40 loc_unref;
41 loc_set_log_priority;
42 loc_new;
2601e83e 43 loc_load;
46aded9a
MT
44local:
45 *;
46};