Add mappings from hTAG_t and friends to legacy interfaces
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 8 Jul 2008 13:42:32 +0000 (16:42 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 8 Jul 2008 15:54:29 +0000 (18:54 +0300)
lib/rpmlegacy.h

index b29c006..587159e 100644 (file)
@@ -22,6 +22,12 @@ typedef uint32_t     uint_32;
 typedef uint16_t       uint_16;
 typedef uint8_t                uint_8;
 
+typedef rpmTag *       hTAG_t;
+typedef rpmTagType *   hTYP_t;
+typedef const void *   hPTR_t;
+typedef rpm_count_t *  hCNT_t;
+
+
 /* legacy header interfaces */
 
 /** \ingroup header_legacy