summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/deps.c
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2011-06-28 05:56:46 +0200
committerAllan McRae <allan@archlinux.org>2011-06-28 05:56:46 +0200
commit0a80cf31cfe960b2c62e734aef6e3c662469e917 (patch)
tree6d8a33b4c375f80c60559c49d9e7f6c0ecca7f04 /lib/libalpm/deps.c
parent7ce674491bd854610855fe83482eda6b18273fa0 (diff)
downloadpacman-0a80cf31cfe960b2c62e734aef6e3c662469e917.tar.gz
pacman-0a80cf31cfe960b2c62e734aef6e3c662469e917.tar.xz
Rename pmdepmod_t to alpm_depmod_t
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'lib/libalpm/deps.c')
-rw-r--r--lib/libalpm/deps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/deps.c b/lib/libalpm/deps.c
index 085e6ca9..fd118a0b 100644
--- a/lib/libalpm/deps.c
+++ b/lib/libalpm/deps.c
@@ -348,7 +348,7 @@ alpm_list_t SYMEXPORT *alpm_checkdeps(pmhandle_t *handle, alpm_list_t *pkglist,
return baddeps;
}
-static int dep_vercmp(const char *version1, pmdepmod_t mod,
+static int dep_vercmp(const char *version1, alpm_depmod_t mod,
const char *version2)
{
int equal = 0;