]> git.ipfire.org Git - people/ms/libloc.git/blame - src/libloc.sym
network-list: Drop sorting functions
[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;
f4fef543 29 loc_discover_latest_version;
30ac38a1 30
a5db3e49 31 # AS
63e2ce17 32 loc_as_cmp;
a5db3e49
MT
33 loc_as_get_name;
34 loc_as_get_number;
35 loc_as_new;
36 loc_as_ref;
37 loc_as_set_name;
38 loc_as_unref;
39
84a2f0c2
MT
40 # AS List
41 loc_as_list_append;
42 loc_as_list_clear;
43 loc_as_list_contains;
44 loc_as_list_contains_number;
45 loc_as_list_empty;
46 loc_as_list_get;
47 loc_as_list_new;
48 loc_as_list_ref;
49 loc_as_list_size;
50 loc_as_list_unref;
51
ec684c1a 52 # Country
af208e26 53 loc_country_cmp;
0f0829ef 54 loc_country_code_is_valid;
ec684c1a
MT
55 loc_country_get_code;
56 loc_country_get_continent_code;
57 loc_country_get_name;
58 loc_country_new;
59 loc_country_ref;
60 loc_country_set_continent_code;
61 loc_country_set_name;
62 loc_country_unref;
63
e646a8f3
MT
64 # Country List
65 loc_country_list_append;
66 loc_country_list_clear;
67 loc_country_list_contains;
68 loc_country_list_contains_code;
69 loc_country_list_empty;
70 loc_country_list_get;
71 loc_country_list_new;
72 loc_country_list_ref;
73 loc_country_list_size;
74 loc_country_list_unref;
75
2601e83e 76 # Database
a5db3e49
MT
77 loc_database_add_as;
78 loc_database_count_as;
96ea74a5 79 loc_database_created_at;
c182393f 80 loc_database_get_as;
ec684c1a 81 loc_database_get_country;
2601e83e 82 loc_database_get_description;
4bf49d00 83 loc_database_get_license;
2601e83e 84 loc_database_get_vendor;
2a30e4de
MT
85 loc_database_lookup;
86 loc_database_lookup_from_string;
2601e83e 87 loc_database_new;
2601e83e 88 loc_database_ref;
2601e83e 89 loc_database_unref;
b1720435 90 loc_database_verify;
2601e83e 91
d3d8ede6 92 # Database Enumerator
84a2f0c2 93 loc_database_enumerator_get_asns;
e646a8f3 94 loc_database_enumerator_get_countries;
d3d8ede6
MT
95 loc_database_enumerator_new;
96 loc_database_enumerator_next_as;
fa9a3663 97 loc_database_enumerator_next_country;
e3f696c1 98 loc_database_enumerator_next_network;
d3d8ede6 99 loc_database_enumerator_ref;
84a2f0c2 100 loc_database_enumerator_set_asns;
e646a8f3 101 loc_database_enumerator_set_countries;
44e5ef71 102 loc_database_enumerator_set_family;
f4fef543 103 loc_database_enumerator_set_flag;
d3d8ede6
MT
104 loc_database_enumerator_set_string;
105 loc_database_enumerator_unref;
106
3b5f4af2 107 # Network
44e5ef71 108 loc_network_address_family;
af4689bf 109 loc_network_cmp;
850e7516
MT
110 loc_network_eq;
111 loc_network_exclude;
add5bb65 112 loc_network_exclude_list;
2b9338ea
MT
113 loc_network_format_first_address;
114 loc_network_format_last_address;
71ff3e69 115 loc_network_get_asn;
3b5f4af2 116 loc_network_get_country_code;
a1a00053
MT
117 loc_network_get_first_address;
118 loc_network_get_last_address;
e0b9ff5f 119 loc_network_gt;
a99e7c2b 120 loc_network_has_flag;
33a051e0 121 loc_network_is_subnet;
82910b95 122 loc_network_match_asn;
e3f696c1 123 loc_network_match_country_code;
a99e7c2b 124 loc_network_match_flag;
3b5f4af2
MT
125 loc_network_new;
126 loc_network_new_from_string;
6159d384 127 loc_network_overlaps;
7fe6a218 128 loc_network_prefix;
31edab76 129 loc_network_ref;
71ff3e69 130 loc_network_set_asn;
3b5f4af2 131 loc_network_set_country_code;
a99e7c2b 132 loc_network_set_flag;
39967361 133 loc_network_str;
850e7516 134 loc_network_subnets;
3b5f4af2
MT
135 loc_network_unref;
136
ecce288d
MT
137 # Network List
138 loc_network_list_clear;
e52ba217 139 loc_network_list_contains;
8b220527 140 loc_network_list_dump;
ecce288d
MT
141 loc_network_list_empty;
142 loc_network_list_get;
f802f3a4 143 loc_network_list_merge;
ecce288d
MT
144 loc_network_list_new;
145 loc_network_list_pop;
8d777f12 146 loc_network_list_pop_first;
ecce288d
MT
147 loc_network_list_push;
148 loc_network_list_ref;
149 loc_network_list_size;
150 loc_network_list_unref;
151
c182393f
MT
152 # Writer
153 loc_writer_add_as;
ec684c1a 154 loc_writer_add_country;
3b5f4af2 155 loc_writer_add_network;
c182393f 156 loc_writer_get_description;
4bf49d00 157 loc_writer_get_license;
c182393f
MT
158 loc_writer_get_vendor;
159 loc_writer_new;
160 loc_writer_ref;
161 loc_writer_set_description;
4bf49d00 162 loc_writer_set_license;
c182393f
MT
163 loc_writer_set_vendor;
164 loc_writer_unref;
165 loc_writer_write;
46aded9a
MT
166local:
167 *;
168};