From d05882db9e417244fa580c4697b45333faffcc79 Mon Sep 17 00:00:00 2001 From: Xavier Chantry Date: Sun, 17 Aug 2008 19:36:28 +0200 Subject: Rename alpm_db_get{pkg,grp}cache to alpm_db_get_{pkg,grp}cache This is more consistent with the private functions : _alpm_db_get_{pkg,grp}cache Signed-off-by: Xavier Chantry Signed-off-by: Dan McGee --- src/util/testdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util') diff --git a/src/util/testdb.c b/src/util/testdb.c index 94f9ad73..69e35199 100644 --- a/src/util/testdb.c +++ b/src/util/testdb.c @@ -135,7 +135,7 @@ int main(int argc, char **argv) /* check dependencies */ alpm_list_t *data; - alpm_list_t *pkglist = alpm_db_getpkgcache(db); + alpm_list_t *pkglist = alpm_db_get_pkgcache(db); data = alpm_checkdeps(pkglist, 0, NULL, pkglist); for(i = data; i; i = alpm_list_next(i)) { pmdepmissing_t *miss = alpm_list_getdata(i); -- cgit v1.2.3-54-g00ecf