Couple of missed type abstractions

This commit is contained in:
Panu Matilainen 2008-02-05 15:32:33 +02:00
parent 36e9f885e1
commit bbcf8f5ff0
2 changed files with 2 additions and 2 deletions

View 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

View 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;