From 741f5595369ce02ffd79707482735703b03336a1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 20 Dec 2008 06:31:01 +0100 Subject: [PATCH] plist.h: remove name arg from proto. --HG-- extra : convert_revision : 5b0526d72d681bc636d1b944e9efe04e6c6b7a28 --- utils/plist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/plist.h b/utils/plist.h index 4c40740748d..c00d23106f9 100644 --- a/utils/plist.h +++ b/utils/plist.h @@ -128,6 +128,6 @@ xbps_show_pkg_info(prop_dictionary_t); /* Internal functions. */ bool xbps_list_pkgs_in_dict(prop_object_t, void *); bool xbps_list_strings_in_array(prop_object_t, void *); -bool xbps_show_pkg_info_from_repolist(prop_object_t obj, void *arg); +bool xbps_show_pkg_info_from_repolist(prop_object_t obj, void *); #endif /* !_XBPS_PLIST_H_ */