pkgdb: foreach_xxx_pkg_cb -> foreach_xxx_cb.

This commit is contained in:
Juan RP
2012-01-21 10:30:20 +01:00
parent 4758635f15
commit 38db570c19
10 changed files with 16 additions and 16 deletions

View File

@@ -180,7 +180,7 @@ xbps_find_pkg_orphans(prop_array_t orphans_user)
* order in which packages were installed.
*/
od.orphans_user = orphans_user;
rv = xbps_pkgdb_foreach_reverse_pkg_cb(find_orphan_pkg, &od);
rv = xbps_pkgdb_foreach_reverse_cb(find_orphan_pkg, &od);
if (rv != 0) {
errno = rv;
prop_object_release(od.array);