X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Flibloc.git;a=blobdiff_plain;f=src%2Flibloc.sym;h=2a527f100880055ea06d2522a9c5aba218088f5a;hp=faf3edd98269084bec9d0ba9eb3b60bc54fe9ecb;hb=2601e83eca9f5d8447186256c642aef25441f07e;hpb=62b83e6d9749b1b1d04bef39e16ce95a4792c7e4 diff --git a/src/libloc.sym b/src/libloc.sym index faf3edd..2a527f1 100644 --- a/src/libloc.sym +++ b/src/libloc.sym @@ -1,9 +1,21 @@ LIBLOC_PRIVATE { global: + # Database + loc_database_get_description; + loc_database_get_vendor; + loc_database_new; + loc_database_open; + loc_database_ref; + loc_database_set_description; + loc_database_set_vendor; + loc_database_unref; + loc_database_write; + # String Pool loc_stringpool_add; loc_stringpool_dump; loc_stringpool_get; + loc_stringpool_get_size; loc_stringpool_new; loc_stringpool_ref; loc_stringpool_unref; @@ -17,6 +29,7 @@ global: loc_unref; loc_set_log_priority; loc_new; + loc_load; local: *; };