xbps-bin(8): the 'find-files' target now accepts multiple patterns.

This commit is contained in:
Juan RP
2011-12-22 10:45:13 +01:00
parent 13331f801c
commit d4278be914
5 changed files with 26 additions and 15 deletions

View File

@@ -80,7 +80,7 @@ int show_pkg_files_from_metadir(const char *);
int show_orphans(void);
/* from find-files.c */
int find_files_in_packages(const char *);
int find_files_in_packages(int, char **);
/* from question.c */
bool yesno(const char *, ...);