projects
/
platform
/
upstream
/
rpm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5807c0c
)
changed for new headerDump()
author
ewt
<devnull@localhost>
Thu, 23 Jan 1997 20:24:16 +0000
(20:24 +0000)
committer
ewt
<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
patch
|
blob
|
history
diff --git
a/tools/dump.c
b/tools/dump.c
index
b439219
..
7bdef73
100644
(file)
--- a/
tools/dump.c
+++ b/
tools/dump.c
@@
-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);
}