xbps_handle: constify xbps_xxx_cb_data argument.
This commit is contained in:
@ -64,7 +64,7 @@ usage(bool fail)
|
||||
}
|
||||
|
||||
static void
|
||||
unpack_progress_cb(struct xbps_unpack_cb_data *xpd, void *cbdata _unused)
|
||||
unpack_progress_cb(const struct xbps_unpack_cb_data *xpd, void *cbdata _unused)
|
||||
{
|
||||
if (xpd->entry == NULL || xpd->entry_total_count <= 0)
|
||||
return;
|
||||
|
Reference in New Issue
Block a user