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

This commit is contained in:
Juan RP
2011-12-22 11:01:28 +01:00
parent d4278be914
commit 47237846ae
5 changed files with 40 additions and 14 deletions

View File

@@ -42,7 +42,7 @@ struct repo_search_data {
int repo_genindex(const char *);
/* From find-files.c */
int repo_find_files_in_packages(const char *);
int repo_find_files_in_packages(int, char **);
/* From list.c */
int repo_pkg_list_cb(struct repository_pool_index *, void *, bool *);