summaryrefslogtreecommitdiffstats
path: root/src/dmihelper.h
diff options
context:
space:
mode:
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;