diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-02-04 11:27:00 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-02-04 11:27:00 +0200 |
commit | e886043a1027fabf975f5e6542437e412a137e67 (patch) | |
tree | e393703802e01c444fac13b4a7d18297567b3bd3 /lib/rpmte.h | |
parent | f53c32337238b84bb2c555ca12cdc07f6a963361 (diff) | |
download | librpm-tizen-e886043a1027fabf975f5e6542437e412a137e67.tar.gz librpm-tizen-e886043a1027fabf975f5e6542437e412a137e67.tar.bz2 librpm-tizen-e886043a1027fabf975f5e6542437e412a137e67.zip |
Add rpm_off_t type for file size types, use where spotted
- preliminaries for bumping up the max size, use rpm-specific type
as off_t size varies, header data needs fixed size
Diffstat (limited to 'lib/rpmte.h')
-rw-r--r-- | lib/rpmte.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmte.h b/lib/rpmte.h index 82d7bcaca..fa426a6cf 100644 --- a/lib/rpmte.h +++ b/lib/rpmte.h @@ -165,7 +165,7 @@ void rpmteSetDBInstance(rpmte te, unsigned int instance); * @param te transaction element * @return size in bytes of package file. */ -uint32_t rpmtePkgFileSize(rpmte te); +rpm_off_t rpmtePkgFileSize(rpmte te); /** \ingroup rpmte * Retrieve dependency tree depth of transaction element. |