xbps_handle: constify xbps_xxx_cb_data argument.

This commit is contained in:
Juan RP
2014-09-06 09:46:03 +02:00
parent 57a7967f0d
commit 05e7a59f03
7 changed files with 16 additions and 16 deletions

View File

@ -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;