diff options
author | David Sommerseth <davids@redhat.com> | 2009-06-09 16:09:22 +0200 |
---|---|---|
committer | David Sommerseth <davids@redhat.com> | 2009-06-09 16:09:22 +0200 |
commit | 4b22254e56bfdbec884a7f1cf634e340eff813c5 (patch) | |
tree | 488eb7600fd356ebd8a4e4aaa925ca0f144ab640 /src/xmlpythonizer.h | |
parent | ead8b4135115ec4a74c7866249b9155ea941a892 (diff) | |
download | python-dmidecode-4b22254e56bfdbec884a7f1cf634e340eff813c5.tar.gz python-dmidecode-4b22254e56bfdbec884a7f1cf634e340eff813c5.tar.xz python-dmidecode-4b22254e56bfdbec884a7f1cf634e340eff813c5.zip |
Renamed _dmiMAP_GetRootElement(...) to dmiMAP_GetRootElement(...) and exported the function
Diffstat (limited to 'src/xmlpythonizer.h')
-rw-r--r-- | src/xmlpythonizer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmlpythonizer.h b/src/xmlpythonizer.h index bda077e..f37bfa5 100644 --- a/src/xmlpythonizer.h +++ b/src/xmlpythonizer.h @@ -48,6 +48,7 @@ typedef struct ptzMAP_s { } ptzMAP; +xmlNode *dmiMAP_GetRootElement(xmlDoc *mapdoc); ptzMAP *dmiMAP_ParseMappingXML_TypeID(xmlDoc *xmlmap, const char *mapname); ptzMAP *dmiMAP_ParseMappingXML_GroupName(xmlDoc *xmlmap, const char *mapname); #define ptzmap_Free(ptr) { ptzmap_Free_func(ptr); ptr = NULL; } |