diff options
Diffstat (limited to 'lib/rpmts.h')
-rw-r--r-- | lib/rpmts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmts.h b/lib/rpmts.h index 0b4af3693..e95c96cb9 100644 --- a/lib/rpmts.h +++ b/lib/rpmts.h @@ -593,7 +593,7 @@ void rpmtsCheckDSIProblems(const rpmts ts, const rpmte te); * @return callback dependent pointer */ void * rpmtsNotify(rpmts ts, rpmte te, - rpmCallbackType what, rpm_off_t amount, rpm_off_t total); + rpmCallbackType what, rpm_loff_t amount, rpm_loff_t total); /** \ingroup rpmts * Return number of (ordered) transaction set elements. |