]> git.ipfire.org Git - people/ms/pakfire.git/blobdiff - src/libpakfire/libpakfire.sym
libpakfire: Export repositories to Python
[people/ms/pakfire.git] / src / libpakfire / libpakfire.sym
index 5181eac6c7cbd319a5607e3be2450abb619e78eb..9607d8c5b611d16417ac3b12d720edc072befe42 100644 (file)
@@ -36,6 +36,7 @@ global:
        pakfire_get_path;
        pakfire_get_pool;
        pakfire_get_repo;
+       pakfire_get_repos;
        pakfire_make_cache_path;
        pakfire_make_path;
        pakfire_read_makefile;
@@ -321,6 +322,16 @@ global:
        pakfire_repo_write_solv_fp;
        pakfire_repo_unref;
 
+       # repolist
+       pakfire_repolist_append;
+       pakfire_repolist_clear;
+       pakfire_repolist_create;
+       pakfire_repolist_empty;
+       pakfire_repolist_get;
+       pakfire_repolist_size;
+       pakfire_repolist_ref;
+       pakfire_repolist_unref;
+
        # relation
        pakfire_relation_create;
        pakfire_relation_create_from_id;