]> git.ipfire.org Git - people/ms/libloc.git/blame - src/libloc.sym
Add license attribute to the database
[people/ms/libloc.git] / src / libloc.sym
CommitLineData
62b83e6d
MT
1LIBLOC_PRIVATE {
2global:
30ac38a1
MT
3 # Network Tree
4 loc_network_tree_add_network;
5 loc_network_tree_count_networks;
6 loc_network_tree_count_nodes;
7 loc_network_tree_dump;
8 loc_network_tree_new;
9 loc_network_tree_unref;
10
11 # String Pool
12 loc_stringpool_add;
13 loc_stringpool_dump;
14 loc_stringpool_get;
15 loc_stringpool_get_size;
16 loc_stringpool_new;
17 loc_stringpool_ref;
18 loc_stringpool_unref;
19};
20
21LIBLOC_1 {
22global:
23 loc_ref;
24 loc_get_log_priority;
25 loc_set_log_fn;
26 loc_unref;
27 loc_set_log_priority;
28 loc_new;
30ac38a1 29
a5db3e49 30 # AS
63e2ce17 31 loc_as_cmp;
a5db3e49
MT
32 loc_as_get_name;
33 loc_as_get_number;
34 loc_as_new;
35 loc_as_ref;
36 loc_as_set_name;
37 loc_as_unref;
38
2601e83e 39 # Database
a5db3e49
MT
40 loc_database_add_as;
41 loc_database_count_as;
96ea74a5 42 loc_database_created_at;
c182393f 43 loc_database_get_as;
2601e83e 44 loc_database_get_description;
4bf49d00 45 loc_database_get_license;
2601e83e 46 loc_database_get_vendor;
2a30e4de
MT
47 loc_database_lookup;
48 loc_database_lookup_from_string;
2601e83e 49 loc_database_new;
2601e83e 50 loc_database_ref;
2601e83e 51 loc_database_unref;
2601e83e 52
3b5f4af2 53 # Network
71ff3e69 54 loc_network_get_asn;
3b5f4af2
MT
55 loc_network_get_country_code;
56 loc_network_new;
57 loc_network_new_from_string;
31edab76 58 loc_network_ref;
71ff3e69 59 loc_network_set_asn;
3b5f4af2 60 loc_network_set_country_code;
39967361 61 loc_network_str;
3b5f4af2
MT
62 loc_network_unref;
63
c182393f
MT
64 # Writer
65 loc_writer_add_as;
3b5f4af2 66 loc_writer_add_network;
c182393f 67 loc_writer_get_description;
4bf49d00 68 loc_writer_get_license;
c182393f
MT
69 loc_writer_get_vendor;
70 loc_writer_new;
71 loc_writer_ref;
72 loc_writer_set_description;
4bf49d00 73 loc_writer_set_license;
c182393f
MT
74 loc_writer_set_vendor;
75 loc_writer_unref;
76 loc_writer_write;
46aded9a
MT
77local:
78 *;
79};