Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
PAKFIRE_PKG_DUMP_LONG = 1 << 1,
};
-#ifdef PAKFIRE_PRIVATE
-
-struct _PakfirePackage {
- PakfirePool pool;
- Id id;
- int nrefs;
- PakfireFile filelist;
-};
-
-#endif
-
#endif /* PAKFIRE_PACKAGE_H */
#include <pakfire/repocache.h>
#include <pakfire/util.h>
+struct _PakfirePackage {
+ PakfirePool pool;
+ Id id;
+ PakfireFile filelist;
+ int nrefs;
+};
+
static Pool* pakfire_package_get_solv_pool(PakfirePackage pkg) {
return pakfire_pool_get_solv_pool(pkg->pool);
}