summaryrefslogtreecommitdiffstats
path: root/src/dmixml.h
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2013-07-08 19:36:35 +0200
committerDavid Sommerseth <davids@redhat.com>2013-07-08 19:36:35 +0200
commit4ca9576b4090fcc48868e5e362d162e1544e8660 (patch)
tree61e46edf5ba93ff4e8f4e408e833c5ecae818a14 /src/dmixml.h
parent8528590126026d7ed2e7910bafc97f4dc5bc71f4 (diff)
downloadpython-dmidecode-4ca9576b4090fcc48868e5e362d162e1544e8660.tar.gz
python-dmidecode-4ca9576b4090fcc48868e5e362d162e1544e8660.tar.xz
python-dmidecode-4ca9576b4090fcc48868e5e362d162e1544e8660.zip
Rebase against upstream dmidecode v2.11
This includes an update against the SMBIOS reference specification v2.7.0 Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'src/dmixml.h')
-rw-r--r--src/dmixml.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dmixml.h b/src/dmixml.h
index cc2c303..d8861ac 100644
--- a/src/dmixml.h
+++ b/src/dmixml.h
@@ -32,6 +32,8 @@
#define foreach_xmlnode(n, itn) for( itn = n; itn != NULL; itn = itn->next )
+struct dmi_header;
+
xmlAttr *dmixml_AddAttribute(xmlNode *node, const char *atrname, const char *fmt, ...);
xmlNode *dmixml_AddTextChild(xmlNode *node, const char *tagname, const char *fmt, ...);
xmlNode *dmixml_AddDMIstring(xmlNode *node, const char *tagname, const struct dmi_header *dm, u8 s);