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

@ -63,7 +63,7 @@ usage(bool fail)
}
static int
state_cb_rm(struct xbps_state_cb_data *xscd, void *cbdata _unused)
state_cb_rm(const struct xbps_state_cb_data *xscd, void *cbdata _unused)
{
bool slog = false;