]> git.ipfire.org Git - people/ms/libloc.git/blobdiff - src/libloc.sym
stringpool: Make them initializable right from the file
[people/ms/libloc.git] / src / libloc.sym
index faf3edd98269084bec9d0ba9eb3b60bc54fe9ecb..69341026793da2bcb283c071cb9676871aaad39a 100644 (file)
@@ -1,12 +1,43 @@
 LIBLOC_PRIVATE {
 global:
+       # AS
+       loc_as_get_name;
+       loc_as_get_number;
+       loc_as_new;
+       loc_as_ref;
+       loc_as_set_name;
+       loc_as_unref;
+
+       # Database
+       loc_database_add_as;
+       loc_database_count_as;
+       loc_database_created_at;
+       loc_database_get_as;
+       loc_database_get_description;
+       loc_database_get_vendor;
+       loc_database_new;
+       loc_database_ref;
+       loc_database_unref;
+
        # String Pool
        loc_stringpool_add;
        loc_stringpool_dump;
        loc_stringpool_get;
+       loc_stringpool_get_size;
        loc_stringpool_new;
        loc_stringpool_ref;
        loc_stringpool_unref;
+
+       # Writer
+       loc_writer_add_as;
+       loc_writer_get_description;
+       loc_writer_get_vendor;
+       loc_writer_new;
+       loc_writer_ref;
+       loc_writer_set_description;
+       loc_writer_set_vendor;
+       loc_writer_unref;
+       loc_writer_write;
 };
 
 LIBLOC_1 {
@@ -17,6 +48,7 @@ global:
        loc_unref;
        loc_set_log_priority;
        loc_new;
+       loc_load;
 local:
        *;
 };