diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-02-05 15:29:37 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-02-05 15:29:37 +0200 |
commit | 36e9f885e161395e2dfb033dcd7db1667764f273 (patch) | |
tree | 75f4632dc8e45bfcc6b8126f6a4172b1040b3977 /lib/rpmtypes.h | |
parent | ceb96638f6ceba45f353c132b104543404515fed (diff) | |
download | librpm-tizen-36e9f885e161395e2dfb033dcd7db1667764f273.tar.gz librpm-tizen-36e9f885e161395e2dfb033dcd7db1667764f273.tar.bz2 librpm-tizen-36e9f885e161395e2dfb033dcd7db1667764f273.zip |
Yet another typedef for transaction ID, use where spotted
- most remaining [u]int16|32 uses are indexes and such, ie actual numbers
Diffstat (limited to 'lib/rpmtypes.h')
-rw-r--r-- | lib/rpmtypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rpmtypes.h b/lib/rpmtypes.h index d673bafaf..499d0424c 100644 --- a/lib/rpmtypes.h +++ b/lib/rpmtypes.h @@ -34,6 +34,7 @@ typedef const void * rpm_constdata_t; typedef uint32_t rpm_color_t; typedef uint32_t rpm_flag_t; +typedef int32_t rpm_tid_t; /** @} */ /** \ingroup rpmtypes |