summaryrefslogtreecommitdiff
path: root/rpmdb
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 /rpmdb
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 'rpmdb')
-rw-r--r--rpmdb/header.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/rpmdb/header.h b/rpmdb/header.h
index 3f6a8e549..971488588 100644
--- a/rpmdb/header.h
+++ b/rpmdb/header.h
@@ -88,20 +88,6 @@ extern "C" {
/** \ingroup header
*/
-typedef const char * errmsg_t;
-
-/** \ingroup header
- */
-
-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;
-
-/** \ingroup header
- */
typedef struct headerToken_s * Header;
/** \ingroup header