#include "config.h"#include <stdlib.h>#include <stdio.h>#include <string.h>#include <alpm.h>#include <alpm_list.h>#include "pacman.h"#include "util.h"#include "conf.h"

Go to the source code of this file.
Functions | |
| int | pacman_deptest (alpm_list_t *targets) |
| int pacman_deptest | ( | alpm_list_t * | targets | ) |
Definition at line 35 of file deptest.c.
References alpm_db_get_pkg(), alpm_db_whatprovides(), alpm_dep_get_name(), alpm_depcmp(), alpm_list_free(), alpm_list_getdata(), alpm_list_next(), alpm_option_get_localdb(), and alpm_splitdep().
Referenced by main().


1.5.4