xbps-rindex(8): clean mode (-c) is now multithreaded.

This commit is contained in:
Juan RP
2012-12-14 04:59:47 +01:00
parent 33a8150a98
commit a0443fc4ce
5 changed files with 212 additions and 132 deletions

View File

@@ -31,8 +31,10 @@
/* From common.c */
int remove_pkg(const char *, const char *, const char *);
/* From index.c */
/* From index-add.c */
int index_add(struct xbps_handle *, int, char **);
/* From index-clean.c */
int index_clean(struct xbps_handle *, const char *);
/* From index-files.c */