21#ifndef DPKG_PKG_SHOW_H
22#define DPKG_PKG_SHOW_H
#define DPKG_BEGIN_DECLS
Definition macros.h:164
#define DPKG_END_DECLS
Definition macros.h:165
int pkg_abbrev_eflag(const struct pkginfo *pkg)
Return a character abbreviated representation of the package eflag status.
Definition pkg-show.c:296
int pkg_abbrev_want(const struct pkginfo *pkg)
Return a character abbreviated representation of the package want status.
Definition pkg-show.c:270
int pkg_sorter_by_nonambig_name_arch(const void *a, const void *b)
Compare a package to be sorted by non-ambiguous name and architecture.
Definition pkg-show.c:368
int pkg_abbrev_status(const struct pkginfo *pkg)
Return a character abbreviated representation of the package current status.
Definition pkg-show.c:283
const char * pkg_synopsis(const struct pkginfo *pkg, int *len_ret)
Return a string representation of the package synopsis.
Definition pkg-show.c:247
const char * pkgbin_synopsis(const struct pkginfo *pkg, const struct pkgbin *pkgbin, int *len_ret)
Return a string representation of the package synopsis.
Definition pkg-show.c:216
Node describing a binary package file.
Definition dpkg-db.h:116
Node describing an architecture package instance.
Definition dpkg-db.h:206