xbps-{bin,repo}: wrap long lines for list, pkg-list and search targets.

Fixes issue #26
This commit is contained in:
Juan RP
2012-07-31 17:50:50 +02:00
parent eb75041b25
commit 1be90e57d7
8 changed files with 89 additions and 49 deletions

View File

@ -32,6 +32,7 @@ struct repo_search_data {
int npatterns;
char **patterns;
size_t pkgver_len;
size_t maxcols;
};
/* From common.c */