Rename xbps_find_pkg_from_plist to xbps_find_pkg_dict_from_plist_by_name.

This commit is contained in:
Juan RP
2011-01-27 12:41:49 +01:00
parent 26701d3bf3
commit 69512d4da7
3 changed files with 6 additions and 6 deletions

View File

@ -216,7 +216,7 @@ main(int argc, char **argv)
if (argc != 2)
usage();
dict = xbps_find_pkg_from_plist(plist, argv[1]);
dict = xbps_find_pkg_dict_from_plist_by_name(plist, argv[1]);
if (dict == NULL)
exit(EXIT_FAILURE);