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/xmlpythonizer.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/xmlpythonizer.h')
-rw-r--r-- | src/xmlpythonizer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlpythonizer.h b/src/xmlpythonizer.h index 2f71dc8..e659340 100644 --- a/src/xmlpythonizer.h +++ b/src/xmlpythonizer.h @@ -48,7 +48,7 @@ typedef struct ptzMAP_s { } ptzMAP; -ptzMAP *dmiMAP_ParseMappingXML(xmlDoc *xmlmap, xmlDoc *xmltypemap, const char *mapname); +ptzMAP *dmiMAP_ParseMappingXML(xmlDoc *xmlmap, const char *mapname); #define ptzmap_Free(ptr) { ptzmap_Free_func(ptr); ptr = NULL; } void ptzmap_Free_func(ptzMAP *ptr); |