summaryrefslogtreecommitdiff
path: root/lib/rpmtypes.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-01-30 10:16:14 +0200
committerPanu Matilainen <pmatilai@redhat.com>2008-01-30 10:16:14 +0200
commit66345bfc5a141f30625746d087ce9d721746c8b8 (patch)
treedad930dd72a06a49d078323298e8a2d7c044ab69 /lib/rpmtypes.h
parent0760e7389fc6c574cbaabb5788e29a69d3fa9dfb (diff)
downloadlibrpm-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.h9
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 */