diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-01-30 11:02:39 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-01-30 11:02:39 +0200 |
commit | e4d43147ee34310a7753383ffde0e24737fddc1c (patch) | |
tree | bd734587a87b4dbd46ba30e9dd325c242c7bcc51 /lib | |
parent | 8f4000b00b9e1a4c7db2eeca71fec1b47e3e0b63 (diff) | |
download | librpm-tizen-e4d43147ee34310a7753383ffde0e24737fddc1c.tar.gz librpm-tizen-e4d43147ee34310a7753383ffde0e24737fddc1c.tar.bz2 librpm-tizen-e4d43147ee34310a7753383ffde0e24737fddc1c.zip |
Move header and -iterator to rpmtypes
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rpmtypes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/rpmtypes.h b/lib/rpmtypes.h index 98e6b0da8..53e74d020 100644 --- a/lib/rpmtypes.h +++ b/lib/rpmtypes.h @@ -20,6 +20,9 @@ typedef uint32_t rpm_count_t; typedef void * rpm_data_t; typedef const void * rpm_constdata_t; +typedef struct headerToken_s * Header; +typedef struct headerIterator_s * HeaderIterator; + typedef struct rpmts_s * rpmts; typedef struct rpmte_s * rpmte; typedef struct rpmds_s * rpmds; |