Couple of missed type abstractions
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 5 Feb 2008 13:32:33 +0000 (15:32 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 5 Feb 2008 13:32:33 +0000 (15:32 +0200)
rpmdb/header.h
rpmdb/rpmdb.c

index 04cae17..805a90d 100644 (file)
@@ -581,7 +581,7 @@ char * headerGetNEVRA(Header h, const char ** np );
  * @param h            header
  * @return             header color
  */
-uint32_t headerGetColor(Header h);
+rpm_color_t headerGetColor(Header h);
 
 /** \ingroup header
  * Check if header is a source or binary package header
index ac0bbc1..5ae15bc 100644 (file)
@@ -2827,7 +2827,7 @@ memset(data, 0, sizeof(*data));
            rpm_tagtype_t rpmtype = 0;
            rpm_count_t rpmcnt = 0;
            rpm_tag_t rpmtag;
-           int32_t * requireFlags;
+           rpm_flag_t * requireFlags;
            rpmRC rpmrc;
            int i, j;