dpkg 1.21.11
Functions
pkg-list.c File Reference

(ae25c683c)

#include <config.h>
#include <compat.h>
#include <stdlib.h>
#include <dpkg/dpkg.h>
#include <dpkg/dpkg-db.h>
#include <dpkg/pkg-list.h>
Include dependency graph for pkg-list.c:

Functions

struct pkg_listpkg_list_new (struct pkginfo *pkg, struct pkg_list *next)
 Create a new package list node. More...
 
void pkg_list_free (struct pkg_list *head)
 Free all nodes of a package list. More...
 
void pkg_list_prepend (struct pkg_list **head, struct pkginfo *pkg)
 Prepend a package list node to a package list. More...