From 4ca9576b4090fcc48868e5e362d162e1544e8660 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Mon, 8 Jul 2013 19:36:35 +0200 Subject: Rebase against upstream dmidecode v2.11 This includes an update against the SMBIOS reference specification v2.7.0 Signed-off-by: David Sommerseth --- src/dmixml.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dmixml.h') 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); -- cgit