]> git.ipfire.org Git - people/ms/libloc.git/blobdiff - src/libloc.sym
python: Add script to lookup database from command line
[people/ms/libloc.git] / src / libloc.sym
index 9005010bed39bf0f9ec5e8daa7c24b683e322aaf..42e89e5faacb715474237fe9aaa381c86da320a6 100644 (file)
@@ -42,6 +42,7 @@ global:
        loc_database_created_at;
        loc_database_get_as;
        loc_database_get_description;
+       loc_database_get_license;
        loc_database_get_vendor;
        loc_database_lookup;
        loc_database_lookup_from_string;
@@ -49,6 +50,13 @@ global:
        loc_database_ref;
        loc_database_unref;
 
+       # Database Enumerator
+       loc_database_enumerator_new;
+       loc_database_enumerator_next_as;
+       loc_database_enumerator_ref;
+       loc_database_enumerator_set_string;
+       loc_database_enumerator_unref;
+
        # Network
        loc_network_get_asn;
        loc_network_get_country_code;
@@ -64,10 +72,12 @@ global:
        loc_writer_add_as;
        loc_writer_add_network;
        loc_writer_get_description;
+       loc_writer_get_license;
        loc_writer_get_vendor;
        loc_writer_new;
        loc_writer_ref;
        loc_writer_set_description;
+       loc_writer_set_license;
        loc_writer_set_vendor;
        loc_writer_unref;
        loc_writer_write;