xbps-repo: indent pkgs from all repos with longest pkgver found.

This commit is contained in:
Juan RP
2012-08-01 08:25:15 +02:00
parent 01c2dcaca7
commit cae219c4de
4 changed files with 50 additions and 19 deletions

View File

@@ -31,6 +31,7 @@
struct repo_search_data {
int npatterns;
char **patterns;
void *arg;
size_t pkgver_len;
size_t maxcols;
};
@@ -54,6 +55,7 @@ void release_repo_lock(char **, int);
int repo_find_files_in_packages(struct xbps_handle *, int, char **);
/* From list.c */
size_t repo_find_longest_pkgver(struct xbps_handle *);
int repo_pkg_list_cb(struct xbps_handle *,
struct xbps_rpool_index *,
void *,