lib/transaction_files.c: rework to remove obsoletes before unpacking

This commit is contained in:
Duncaen
2019-06-17 11:32:46 +02:00
committed by Duncan Overbruck
parent 66e5b721ae
commit 658f87b9c5
4 changed files with 369 additions and 64 deletions

View File

@ -158,8 +158,5 @@ struct xbps_repo HIDDEN *xbps_regget_repo(struct xbps_handle *,
int HIDDEN xbps_conf_init(struct xbps_handle *);
int HIDDEN xbps_transaction_files(struct xbps_handle *,
xbps_object_iterator_t);
bool HIDDEN
xbps_transaction_is_file_obsolete(struct xbps_handle *,
const char *);
#endif /* !_XBPS_API_IMPL_H_ */