xbps-rindex: make hash check optional
This commit is contained in:
@@ -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 *);
|
||||
|
||||
Reference in New Issue
Block a user