summaryrefslogtreecommitdiff
path: root/lib/rpmfi.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rpmfi.c')
-rw-r--r--lib/rpmfi.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/rpmfi.c b/lib/rpmfi.c
index 234f2fdfd..100052ee2 100644
--- a/lib/rpmfi.c
+++ b/lib/rpmfi.c
@@ -1145,7 +1145,7 @@ static inline unsigned char nibble(char c)
if (hge((_h), (_tag), NULL, (void **) &(_data), NULL)) \
_data = xstrdup(_data)
-rpmfi rpmfiNew(const rpmts ts, Header h, rpmTag tagN, int scareMem)
+rpmfi rpmfiNew(const rpmts ts, Header h, rpm_tag_t tagN, int scareMem)
{
HGE_t hge =
(scareMem ? (HGE_t) headerGetEntryMinMemory : (HGE_t) headerGetEntry);
@@ -1441,7 +1441,7 @@ exit:
if (fcp) *fcp = ac;
}
-void rpmfiBuildFDeps(Header h, rpmTag tagN,
+void rpmfiBuildFDeps(Header h, rpm_tag_t tagN,
const char *** fdepsp, rpm_count_t * fcp)
{
int scareMem = 0;
@@ -1536,7 +1536,7 @@ exit:
if (fcp) *fcp = ac;
}
-void rpmfiBuildFNames(Header h, rpmTag tagN,
+void rpmfiBuildFNames(Header h, rpm_tag_t tagN,
const char *** fnp, rpm_count_t * fcp)
{
HGE_t hge = (HGE_t)headerGetEntryMinMemory;
@@ -1547,8 +1547,8 @@ void rpmfiBuildFNames(Header h, rpmTag tagN,
rpm_count_t count;
const char ** fileNames;
int size;
- rpmTag dirNameTag = 0;
- rpmTag dirIndexesTag = 0;
+ rpm_tag_t dirNameTag = 0;
+ rpm_tag_t dirIndexesTag = 0;
rpmTagType bnt, dnt;
char * t;
int i, xx;