summaryrefslogtreecommitdiffstats
path: root/src/dmihelper.h
diff options
context:
space:
mode:
authorNima Talebi <nima@autonomy.net.au>2009-05-27 00:11:54 +1000
committerNima Talebi <nima@autonomy.net.au>2009-05-27 00:11:54 +1000
commit13ff9d7e48ab1574b36473f75701cc7f7c1e461a (patch)
tree3e82c88b2c484170ed365e4f7fbbd269f451cbf9 /src/dmihelper.h
parent3e7b0632d6522ff8e57dd685176d138eb16265e1 (diff)
downloadpython-dmidecode-13ff9d7e48ab1574b36473f75701cc7f7c1e461a.tar.gz
python-dmidecode-13ff9d7e48ab1574b36473f75701cc7f7c1e461a.tar.xz
python-dmidecode-13ff9d7e48ab1574b36473f75701cc7f7c1e461a.zip
WIP commit
Merged the two XML files into one, and amended relevant code. I still want to modify the XML tag names, but not yet. The calls to dmidecode.type() not function as expected, but the others are broken - this is next.
Diffstat (limited to 'src/dmihelper.h')
-rw-r--r--src/dmihelper.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dmihelper.h b/src/dmihelper.h
index 57ad7ab..82a936d 100644
--- a/src/dmihelper.h
+++ b/src/dmihelper.h
@@ -113,9 +113,7 @@ 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;
} options;