xbps-bin: implement 'files' target, to show installed files for a pkg.

--HG--
extra : convert_revision : c522253a61c23e8439c6de343e713497a2a10033
This commit is contained in:
Juan RP 2009-02-26 02:46:20 +01:00
parent f53e18171a
commit 8d243e8dab
4 changed files with 70 additions and 2 deletions

View file

@ -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 *);