Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
PakfirePool pakfire_pool_ref(PakfirePool pool);
PakfirePool pakfire_pool_unref(PakfirePool pool);
-int pakfire_pool_version_compare(PakfirePool pool, const char* evr1, const char* evr2);
int pakfire_pool_count(PakfirePool pool);
const char** pakfire_pool_get_installonly(PakfirePool pool);
pakfire_pool_set_cache_path;
pakfire_pool_set_installonly;
pakfire_pool_unref;
- pakfire_pool_version_compare;
pakfire_pool_whatprovides;
# problem
return pakfire_get_solv_pool(pool->pakfire);
}
-PAKFIRE_EXPORT int pakfire_pool_version_compare(PakfirePool pool, const char* evr1, const char* evr2) {
- return pakfire_version_compare(pool->pakfire, evr1, evr2);
-}
-
PAKFIRE_EXPORT int pakfire_pool_count(PakfirePool pool) {
Pool* p = pakfire_get_solv_pool(pool->pakfire);
int cnt = 0;