xbps_handle: constify xbps_xxx_cb_data argument.
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user