dpkg 1.21.11
Typedefs | Functions
pkg.h File Reference

(ae25c683c)

#include <dpkg/macros.h>
#include <dpkg/dpkg-db.h>
Include dependency graph for pkg.h:
This graph shows which files directly or indirectly include this file:

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. More...
 
void pkg_set_status (struct pkginfo *pkg, enum pkgstatus status)
 Set the package installation status. More...
 
void pkg_set_eflags (struct pkginfo *pkg, enum pkgeflag eflag)
 Set the specified flags to 1 in the package error flags. More...
 
void pkg_clear_eflags (struct pkginfo *pkg, enum pkgeflag eflag)
 Clear the specified flags to 0 in the package error flags. More...
 
void pkg_reset_eflags (struct pkginfo *pkg)
 Reset the package error flags to 0. More...
 
void pkg_copy_eflags (struct pkginfo *pkg_dst, struct pkginfo *pkg_src)
 Copy the package error flags to another package. More...
 
void pkg_set_want (struct pkginfo *pkg, enum pkgwant want)
 Set the package selection status. More...