Rename xbps_find_orphan_packages() to xbps_find_pkg_orphans().

This commit is contained in:
Juan RP
2011-01-27 12:19:05 +01:00
parent 41341af135
commit 628a6cebf7
4 changed files with 5 additions and 5 deletions

View File

@ -118,7 +118,7 @@ show_orphans(void)
prop_object_t obj;
const char *pkgver;
orphans = xbps_find_orphan_packages();
orphans = xbps_find_pkg_orphans();
if (orphans == NULL)
return EINVAL;