xbps-rindex: make hash check optional

This commit is contained in:
Enno Boland
2018-07-03 08:07:23 +02:00
parent 283aa0efc2
commit 7fe66a1f20
3 changed files with 29 additions and 14 deletions

View File

@@ -70,7 +70,7 @@
int index_add(struct xbps_handle *, int, int, char **, bool);
/* From index-clean.c */
int index_clean(struct xbps_handle *, const char *);
int index_clean(struct xbps_handle *, const char *, bool);
/* From remove-obsoletes.c */
int remove_obsoletes(struct xbps_handle *, const char *);