dpkg 1.22.7-3-g89f48
Loading...
Searching...
No Matches
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.
 
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.