xbps-bin: implement 'files' target, to show installed files for a pkg.
--HG-- extra : convert_revision : c522253a61c23e8439c6de343e713497a2a10033
This commit is contained in:
parent
f53e18171a
commit
8d243e8dab
4 changed files with 70 additions and 2 deletions
|
@ -28,6 +28,7 @@
|
|||
|
||||
int search_string_in_pkgs(prop_object_t, void *, bool *);
|
||||
int show_pkg_info_from_metadir(const char *);
|
||||
int show_pkg_files_from_metadir(const char *);
|
||||
int show_pkg_info_from_repolist(prop_object_t, void *, bool *);
|
||||
int list_strings_in_array(prop_object_t, void *, bool *);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue