]> git.ipfire.org Git - people/ms/libloc.git/blob - src/libloc.sym
Draft initial database format
[people/ms/libloc.git] / src / libloc.sym
1 LIBLOC_PRIVATE {
2 global:
3 # Database
4 loc_database_get_description;
5 loc_database_get_vendor;
6 loc_database_new;
7 loc_database_open;
8 loc_database_ref;
9 loc_database_set_description;
10 loc_database_set_vendor;
11 loc_database_unref;
12 loc_database_write;
13
14 # String Pool
15 loc_stringpool_add;
16 loc_stringpool_dump;
17 loc_stringpool_get;
18 loc_stringpool_get_size;
19 loc_stringpool_new;
20 loc_stringpool_ref;
21 loc_stringpool_unref;
22 };
23
24 LIBLOC_1 {
25 global:
26 loc_ref;
27 loc_get_log_priority;
28 loc_set_log_fn;
29 loc_unref;
30 loc_set_log_priority;
31 loc_new;
32 loc_load;
33 local:
34 *;
35 };