plist.h: remove name arg from proto.
--HG-- extra : convert_revision : 5b0526d72d681bc636d1b944e9efe04e6c6b7a28
This commit is contained in:
parent
fea830f2b4
commit
741f559536
1 changed files with 1 additions and 1 deletions
|
@ -128,6 +128,6 @@ xbps_show_pkg_info(prop_dictionary_t);
|
||||||
/* Internal functions. */
|
/* Internal functions. */
|
||||||
bool xbps_list_pkgs_in_dict(prop_object_t, void *);
|
bool xbps_list_pkgs_in_dict(prop_object_t, void *);
|
||||||
bool xbps_list_strings_in_array(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_ */
|
#endif /* !_XBPS_PLIST_H_ */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue