]> git.ipfire.org Git - people/ms/libloc.git/blame - src/libloc.sym
Add option to iterate over all countries and print them to the console
[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
ec684c1a 40 # Country
af208e26 41 loc_country_cmp;
0f0829ef 42 loc_country_code_is_valid;
ec684c1a
MT
43 loc_country_get_code;
44 loc_country_get_continent_code;
45 loc_country_get_name;
46 loc_country_new;
47 loc_country_ref;
48 loc_country_set_continent_code;
49 loc_country_set_name;
50 loc_country_unref;
51
2601e83e 52 # Database
a5db3e49
MT
53 loc_database_add_as;
54 loc_database_count_as;
96ea74a5 55 loc_database_created_at;
c182393f 56 loc_database_get_as;
ec684c1a 57 loc_database_get_country;
2601e83e 58 loc_database_get_description;
4bf49d00 59 loc_database_get_license;
2601e83e 60 loc_database_get_vendor;
2a30e4de
MT
61 loc_database_lookup;
62 loc_database_lookup_from_string;
2601e83e 63 loc_database_new;
2601e83e 64 loc_database_ref;
2601e83e 65 loc_database_unref;
b1720435 66 loc_database_verify;
2601e83e 67
d3d8ede6
MT
68 # Database Enumerator
69 loc_database_enumerator_new;
70 loc_database_enumerator_next_as;
fa9a3663 71 loc_database_enumerator_next_country;
e3f696c1 72 loc_database_enumerator_next_network;
d3d8ede6 73 loc_database_enumerator_ref;
82910b95 74 loc_database_enumerator_set_asn;
35bb3a32 75 loc_database_enumerator_set_country_code;
44e5ef71 76 loc_database_enumerator_set_family;
f4fef543 77 loc_database_enumerator_set_flag;
d3d8ede6
MT
78 loc_database_enumerator_set_string;
79 loc_database_enumerator_unref;
80
3b5f4af2 81 # Network
44e5ef71 82 loc_network_address_family;
71ff3e69 83 loc_network_get_asn;
3b5f4af2 84 loc_network_get_country_code;
a99e7c2b 85 loc_network_has_flag;
82910b95 86 loc_network_match_asn;
e3f696c1 87 loc_network_match_country_code;
a99e7c2b 88 loc_network_match_flag;
3b5f4af2
MT
89 loc_network_new;
90 loc_network_new_from_string;
31edab76 91 loc_network_ref;
71ff3e69 92 loc_network_set_asn;
3b5f4af2 93 loc_network_set_country_code;
a99e7c2b 94 loc_network_set_flag;
39967361 95 loc_network_str;
3b5f4af2
MT
96 loc_network_unref;
97
c182393f
MT
98 # Writer
99 loc_writer_add_as;
ec684c1a 100 loc_writer_add_country;
3b5f4af2 101 loc_writer_add_network;
c182393f 102 loc_writer_get_description;
4bf49d00 103 loc_writer_get_license;
c182393f
MT
104 loc_writer_get_vendor;
105 loc_writer_new;
106 loc_writer_ref;
107 loc_writer_set_description;
4bf49d00 108 loc_writer_set_license;
c182393f
MT
109 loc_writer_set_vendor;
110 loc_writer_unref;
111 loc_writer_write;
46aded9a
MT
112local:
113 *;
114};