Couple of missed type abstractions
This commit is contained in:
parent
36e9f885e1
commit
bbcf8f5ff0
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue