dpkg 1.21.11
Data Structures | Functions
pkg-list.h File Reference

(ae25c683c)

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

Go to the source code of this file.

Data Structures

struct  pkg_list
 

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...