lib/transaction_fetch.c: move fetch and verify binpkgs and make use of xbps_fetch_file_digest

This commit is contained in:
Duncaen
2019-07-07 14:11:29 +02:00
committed by Juan RP
parent 6ed0c8c5c5
commit 143b13f9e6
4 changed files with 280 additions and 161 deletions

View File

@ -158,5 +158,7 @@ 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);
int HIDDEN xbps_transaction_fetch(struct xbps_handle *,
xbps_object_iterator_t);
#endif /* !_XBPS_API_IMPL_H_ */