diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-01-30 10:16:14 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-01-30 10:16:14 +0200 |
commit | 66345bfc5a141f30625746d087ce9d721746c8b8 (patch) | |
tree | dad930dd72a06a49d078323298e8a2d7c044ab69 /lib/rpmtypes.h | |
parent | 0760e7389fc6c574cbaabb5788e29a69d3fa9dfb (diff) | |
download | librpm-tizen-66345bfc5a141f30625746d087ce9d721746c8b8.tar.gz librpm-tizen-66345bfc5a141f30625746d087ce9d721746c8b8.tar.bz2 librpm-tizen-66345bfc5a141f30625746d087ce9d721746c8b8.zip |
Move header tagdata types from header.h to rpmtypes.h
Diffstat (limited to 'lib/rpmtypes.h')
-rw-r--r-- | lib/rpmtypes.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/rpmtypes.h b/lib/rpmtypes.h index 96a17a0f7..5582b5e9e 100644 --- a/lib/rpmtypes.h +++ b/lib/rpmtypes.h @@ -7,4 +7,13 @@ #include <rpm/rpmints.h> +typedef const char * errmsg_t; + +typedef int32_t rpm_tag_t; +typedef uint32_t rpm_tagtype_t; +typedef uint32_t rpm_count_t; + +typedef void * rpm_data_t; +typedef const void * rpm_constdata_t; + #endif /* _RPMTYPES_H */ |