diff options
Diffstat (limited to 'URPM.xs')
-rw-r--r-- | URPM.xs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1447,7 +1447,8 @@ ts_nosignature(rpmts ts) { rpmtsSetVSFlags(ts, _RPMVSF_NODIGESTS | _RPMVSF_NOSIGNATURES); } -static void *rpmRunTransactions_callback(__attribute__((unused)) const void *h, +static void * +rpmRunTransactions_callback(__attribute__((unused)) const void *h, const rpmCallbackType what, const rpmuint64_t amount, const rpmuint64_t total, |