summaryrefslogtreecommitdiff
path: root/lib/rpmtypes.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-02-05 15:29:37 +0200
committerPanu Matilainen <pmatilai@redhat.com>2008-02-05 15:29:37 +0200
commit36e9f885e161395e2dfb033dcd7db1667764f273 (patch)
tree75f4632dc8e45bfcc6b8126f6a4172b1040b3977 /lib/rpmtypes.h
parentceb96638f6ceba45f353c132b104543404515fed (diff)
downloadlibrpm-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.h1
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