|
dpkg 1.22.7-3-g89f48
|
#include <config.h>#include <compat.h>#include <stdlib.h>#include <dpkg/dpkg.h>#include <dpkg/dpkg-db.h>#include <dpkg/pkg-list.h>Functions | |
| struct pkg_list * | pkg_list_new (struct pkginfo *pkg, struct pkg_list *next) |
| Create a new package list node. | |
| void | pkg_list_free (struct pkg_list *head) |
| Free all nodes of a package list. | |
| void | pkg_list_prepend (struct pkg_list **head, struct pkginfo *pkg) |
| Prepend a package list node to a package list. | |