33int _alpm_recursedeps(alpm_db_t *db,
alpm_list_t **targs,
int include_explicit);
34int _alpm_resolvedeps(alpm_handle_t *handle,
alpm_list_t *localpkgs, alpm_pkg_t *pkg,
The basic dependency type.
Definition alpm.h:577
A doubly linked list.
Definition alpm_list.h:51