alpm: don't expose alpm_depcmp
commitd0d8f605d5f3ff8fc306af90ea2a516174354bfc
authorXavier Chantry <chantry.xavier@gmail.com>
Tue, 12 Oct 2010 19:47:40 +0000 (12 21:47 +0200)
committerDan McGee <dan@archlinux.org>
Mon, 13 Dec 2010 02:08:54 +0000 (12 20:08 -0600)
tree44541a2d3d54f9d857606cbdb64dc118c4668d96
parentd5a7dc67d93f5e530a6b3611f567eff5afe76efb
alpm: don't expose alpm_depcmp

Either we expose all low levels function dealing with pmdepend_t
(splitdep and depfree come to mind), or we don't.

Since none of the tools use depcmp, I chose to remove it. In the future,
we might want to expose higher level functions such as
alpm_find_satisfier, or just lower level functions like splitdep and
depfree together with depcmp.

Signed-off-by: Xavier Chantry <chantry.xavier@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
lib/libalpm/alpm.h
lib/libalpm/conflict.c
lib/libalpm/deps.c
lib/libalpm/deps.h
lib/libalpm/sync.c