diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-06-09 12:00:12 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-06-09 12:00:12 +0300 |
commit | a45f4a18038cd8f4f3f7f7a7a2ea54e7ad5fde93 (patch) | |
tree | 5464ea67d27d31663f8e1edc729b86d77fbf05f8 /lib/rpmts.h | |
parent | 94552b96256c3620b4be407c501d0d926c081963 (diff) | |
download | librpm-tizen-a45f4a18038cd8f4f3f7f7a7a2ea54e7ad5fde93.tar.gz librpm-tizen-a45f4a18038cd8f4f3f7f7a7a2ea54e7ad5fde93.tar.bz2 librpm-tizen-a45f4a18038cd8f4f3f7f7a7a2ea54e7ad5fde93.zip |
Use rpm_loff_t for transaction callback amount+total arguments
- ought to be safe as data is only ever automatically converted to larger
type on notify calls
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. |