]> git.ipfire.org Git - people/ms/pakfire.git/commit
packagelist: Create its own type
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 27 Jun 2025 14:27:04 +0000 (14:27 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 27 Jun 2025 14:27:04 +0000 (14:27 +0000)
commit3c25ef366d841c67b6542b653ee32ec892773ecb
tree5e3eaef6afcc6ffa7227d3e5e86587efb2219ff0
parentc6af61c30c9177e356d34a41c4d4a3e648fd6fed
packagelist: Create its own type

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
18 files changed:
src/cli/lib/dump.c
src/cli/lib/dump.h
src/cli/lib/info.c
src/cli/lib/provides.c
src/cli/lib/requires.c
src/cli/lib/search.c
src/pakfire/package.c
src/pakfire/package.h
src/pakfire/packagelist.c
src/pakfire/packagelist.h
src/pakfire/pakfire.c
src/pakfire/pakfire.h
src/pakfire/repo.c
src/pakfire/transaction.c
src/python/package.c
src/python/pakfire.c
src/python/util.c
src/python/util.h