diff options
author | Nima Talebi <nima@autonomy.net.au> | 2009-05-27 00:11:54 +1000 |
---|---|---|
committer | Nima Talebi <nima@autonomy.net.au> | 2009-05-27 00:11:54 +1000 |
commit | 13ff9d7e48ab1574b36473f75701cc7f7c1e461a (patch) | |
tree | 3e82c88b2c484170ed365e4f7fbbd269f451cbf9 /src/dmihelper.h | |
parent | 3e7b0632d6522ff8e57dd685176d138eb16265e1 (diff) | |
download | python-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.h | 2 |
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; |