changed types to headerTabTableEntry from rpmTagTableEntry
authorewt <devnull@localhost>
Wed, 22 Jan 1997 20:25:23 +0000 (20:25 +0000)
committerewt <devnull@localhost>
Wed, 22 Jan 1997 20:25:23 +0000 (20:25 +0000)
CVS patchset: 1331
CVS date: 1997/01/22 20:25:23

query.c

diff --git a/query.c b/query.c
index 9bdd32e..420ef09 100644 (file)
--- a/query.c
+++ b/query.c
@@ -152,7 +152,7 @@ static char * handleFormat(Header h, char * chptr, int * cntptr,
     char how[20], format[20];
     int i, tagLength;
     char tag[100];
-    const struct rpmTagTableEntry * t;
+    const struct headerTagTableEntry * t;
     void * p;
     int type;
     int notArray = 0;
@@ -893,7 +893,7 @@ int findMatches(rpmdb db, char * name, char * version, char * release,
 }
 
 void queryPrintTags(void) {
-    const struct rpmTagTableEntry * t;
+    const struct headerTagTableEntry * t;
     int i;
 
     for (i = 0, t = rpmTagTable; i < rpmTagTableSize; i++, t++) {