summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/alpm.h
diff options
context:
space:
mode:
authorXavier Chantry <chantry.xavier@gmail.com>2010-10-12 21:41:55 +0200
committerDan McGee <dan@archlinux.org>2010-12-13 03:08:27 +0100
commitd5a7dc67d93f5e530a6b3611f567eff5afe76efb (patch)
treeca79c25af34292b30c4819cea264faa7d7244b17 /lib/libalpm/alpm.h
parent8791ae0fdac16419d25e18acd245a65879807eb8 (diff)
downloadpacman-d5a7dc67d93f5e530a6b3611f567eff5afe76efb.tar.gz
pacman-d5a7dc67d93f5e530a6b3611f567eff5afe76efb.tar.xz
alpm: kill alpm_deptest
This has been replaced by the more flexible alpm_find_satisfier function, and alpm_deptest was completely unsused now. Signed-off-by: Xavier Chantry <chantry.xavier@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/alpm.h')
-rw-r--r--lib/libalpm/alpm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h
index 123555fb..cd70643c 100644
--- a/lib/libalpm/alpm.h
+++ b/lib/libalpm/alpm.h
@@ -432,7 +432,6 @@ typedef enum _pmdepmod_t {
int alpm_depcmp(pmpkg_t *pkg, pmdepend_t *dep);
alpm_list_t *alpm_checkdeps(alpm_list_t *pkglist, int reversedeps,
alpm_list_t *remove, alpm_list_t *upgrade);
-alpm_list_t *alpm_deptest(pmdb_t *db, alpm_list_t *targets);
pmpkg_t *alpm_find_satisfier(alpm_list_t *pkgs, const char *depstring);
const char *alpm_miss_get_target(const pmdepmissing_t *miss);