From cf468c3ceaf268da0ba17286bef85e4bdafcbc7e Mon Sep 17 00:00:00 2001 From: Nima Talebi Date: Sun, 24 May 2009 03:45:10 +1000 Subject: Loading in the new the new `type' XML file --- src/dmihelper.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/dmihelper.h') 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; -- cgit