libxbps: make sure to not add dups in transaction for install/update.
This commit is contained in:
@ -198,6 +198,8 @@ bool HIDDEN xbps_transaction_shlibs(struct xbps_handle *, xbps_array_t, xbps_arr
|
||||
*/
|
||||
int HIDDEN xbps_transaction_init(struct xbps_handle *);
|
||||
|
||||
int HIDDEN xbps_transaction_store(struct xbps_handle *, xbps_array_t, xbps_dictionary_t, pkg_state_t);
|
||||
|
||||
/**
|
||||
* @private
|
||||
* From lib/repo_sync.c
|
||||
|
Reference in New Issue
Block a user