summaryrefslogtreecommitdiffstats
path: root/src/dmihelper.h
diff options
context:
space:
mode:
authorNima Talebi <nima@autonomy.net.au>2009-05-24 03:45:10 +1000
committerNima Talebi <nima@autonomy.net.au>2009-05-24 03:45:10 +1000
commitcf468c3ceaf268da0ba17286bef85e4bdafcbc7e (patch)
treee97e904634bb366e72e5b2445b8efa2af24f59f9 /src/dmihelper.h
parent6b21c755269a80f3988259157d47430f491448be (diff)
downloadpython-dmidecode-cf468c3ceaf268da0ba17286bef85e4bdafcbc7e.tar.gz
python-dmidecode-cf468c3ceaf268da0ba17286bef85e4bdafcbc7e.tar.xz
python-dmidecode-cf468c3ceaf268da0ba17286bef85e4bdafcbc7e.zip
Loading in the new the new `type' XML file
Diffstat (limited to 'src/dmihelper.h')
-rw-r--r--src/dmihelper.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dmihelper.h b/src/dmihelper.h
index 33da699..57ad7ab 100644
--- a/src/dmihelper.h
+++ b/src/dmihelper.h
@@ -113,9 +113,11 @@ typedef struct _options {
u8 *type;
const struct string_keyword *string;
xmlDoc *mappingxml;
+ xmlDoc *typemappingxml;
+ char *python_xml_map;
+ char *python_xml_typemap;
xmlNode *dmiversion_n;
PyObject *dumpfile;
- char *python_xml_map;
} options;
extern options opt;