]> git.ipfire.org Git - people/ms/libloc.git/blob - src/libloc.sym
database: Save time when the database was created
[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_created_at;
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
25 # String Pool
26 loc_stringpool_add;
27 loc_stringpool_dump;
28 loc_stringpool_get;
29 loc_stringpool_get_size;
30 loc_stringpool_new;
31 loc_stringpool_ref;
32 loc_stringpool_unref;
33 };
34
35 LIBLOC_1 {
36 global:
37 loc_ref;
38 loc_get_log_priority;
39 loc_set_log_fn;
40 loc_unref;
41 loc_set_log_priority;
42 loc_new;
43 loc_load;
44 local:
45 *;
46 };