summaryrefslogtreecommitdiff
path: root/tools/rpmxp.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2004-06-15 20:16:22 +0000
committerjbj <devnull@localhost>2004-06-15 20:16:22 +0000
commitbb7ba371839408a7da6a14624cb29201598f05b2 (patch)
treeab0f01e5e735e553181d5c43304f83ca1f31e75f /tools/rpmxp.h
parentdfc183d5a79725a1bc23858313adb5a7003f756c (diff)
downloadrpm-bb7ba371839408a7da6a14624cb29201598f05b2.tar.gz
rpm-bb7ba371839408a7da6a14624cb29201598f05b2.tar.bz2
rpm-bb7ba371839408a7da6a14624cb29201598f05b2.zip
Generate header from xml parse.
CVS patchset: 7339 CVS date: 2004/06/15 20:16:22
Diffstat (limited to 'tools/rpmxp.h')
-rw-r--r--tools/rpmxp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/rpmxp.h b/tools/rpmxp.h
index ad72768de..1102ebbdc 100644
--- a/tools/rpmxp.h
+++ b/tools/rpmxp.h
@@ -37,6 +37,9 @@ struct rpmxp_s {
int nodeType;
int isEmptyElement;
+ Header h;
+ headerTagTableEntry tte;
+
int n;
};
#endif