changed for new headerDump()
authorewt <devnull@localhost>
Thu, 23 Jan 1997 20:24:16 +0000 (20:24 +0000)
committerewt <devnull@localhost>
Thu, 23 Jan 1997 20:24:16 +0000 (20:24 +0000)
CVS patchset: 1342
CVS date: 1997/01/23 20:24:16

tools/dump.c

index b439219..7bdef73 100644 (file)
@@ -5,6 +5,7 @@
 #include <string.h>
 
 #include "header.h"
+#include "rpmlib.h"
 
 void main(int argc, char ** argv)
 {
@@ -29,7 +30,7 @@ void main(int argc, char ** argv)
     }
     close(fd);
   
-    headerDump(h, stdout, 1);
+    headerDump(h, stdout, 1, rpmTagTable);
     headerFree(h);
 }