]> git.ipfire.org Git - people/ms/libloc.git/blob - src/libloc.sym
database: Copy the file pointer so we can keep the file open
[people/ms/libloc.git] / src / libloc.sym
1 LIBLOC_PRIVATE {
2 global:
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
11 # Database
12 loc_database_add_as;
13 loc_database_count_as;
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
24 # String Pool
25 loc_stringpool_add;
26 loc_stringpool_dump;
27 loc_stringpool_get;
28 loc_stringpool_get_size;
29 loc_stringpool_new;
30 loc_stringpool_ref;
31 loc_stringpool_unref;
32 };
33
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;
42 loc_load;
43 local:
44 *;
45 };