summaryrefslogtreecommitdiffstats
path: root/src/xmlpythonizer.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/xmlpythonizer.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/xmlpythonizer.h')
-rw-r--r--src/xmlpythonizer.h2
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);