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