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

@ -68,7 +68,7 @@ check_pkg_integrity_all(void)
int rv;
memset(&cpkg, 0, sizeof(cpkg));
(void)xbps_pkgdb_foreach_pkg_cb(cb_pkg_integrity, &cpkg);
(void)xbps_pkgdb_foreach_cb(cb_pkg_integrity, &cpkg);
if (cpkg.flush) {
if ((rv = xbps_pkgdb_update(xhp, true)) != 0) {
xbps_error_printf("failed to write pkgdb: %s\n",