]> git.ipfire.org Git - people/ms/libloc.git/blobdiff - src/libloc.sym
importer: Drop EDROP as it has been merged into DROP
[people/ms/libloc.git] / src / libloc.sym
index a5b42ad49608e9d46ddf29d3fd1a6ef4245c5122..50734b3b26bc6dc12b5f4cf7acbff0a490593b18 100644 (file)
@@ -27,6 +27,7 @@ global:
        loc_as_list_new;
        loc_as_list_ref;
        loc_as_list_size;
+       loc_as_list_sort;
        loc_as_list_unref;
 
        # Country
@@ -39,6 +40,7 @@ global:
        loc_country_ref;
        loc_country_set_continent_code;
        loc_country_set_name;
+       loc_country_special_code_to_flag;
        loc_country_unref;
 
        # Country List
@@ -51,6 +53,7 @@ global:
        loc_country_list_new;
        loc_country_list_ref;
        loc_country_list_size;
+       loc_country_list_sort;
        loc_country_list_unref;
 
        # Database
@@ -97,8 +100,8 @@ global:
        loc_network_get_last_address;
        loc_network_has_flag;
        loc_network_is_subnet;
-       loc_network_match_address;
-       loc_network_match_country_code;
+       loc_network_matches_address;
+       loc_network_matches_country_code;
        loc_network_new;
        loc_network_new_from_string;
        loc_network_overlaps;
@@ -143,3 +146,10 @@ global:
 local:
        *;
 };
+
+LIBLOC_2 {
+global:
+       loc_network_reverse_pointer;
+local:
+       *;
+} LIBLOC_1;