dpkg 1.22.7-3-g89f48
|
Go to the source code of this file.
Typedefs | |
typedef int | pkg_sorter_func(const void *a, const void *b) |
Functions | |
void | pkgset_link_pkg (struct pkgset *set, struct pkginfo *pkg) |
Link a pkginfo instance into a package set. | |
void | pkg_set_status (struct pkginfo *pkg, enum pkgstatus status) |
Set the package installation status. | |
void | pkg_set_eflags (struct pkginfo *pkg, enum pkgeflag eflag) |
Set the specified flags to 1 in the package error flags. | |
void | pkg_clear_eflags (struct pkginfo *pkg, enum pkgeflag eflag) |
Clear the specified flags to 0 in the package error flags. | |
void | pkg_reset_eflags (struct pkginfo *pkg) |
Reset the package error flags to 0. | |
void | pkg_copy_eflags (struct pkginfo *pkg_dst, struct pkginfo *pkg_src) |
Copy the package error flags to another package. | |
void | pkg_set_want (struct pkginfo *pkg, enum pkgwant want) |
Set the package selection status. | |