summaryrefslogtreecommitdiffstats
path: root/src/dmidecodemodule.h
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2009-06-11 10:50:31 +0200
committerDavid Sommerseth <davids@redhat.com>2009-06-11 10:50:31 +0200
commit9864a51dafd953c497210b6f11e49bb299080dc8 (patch)
tree06b7515718f13eb1c30c8d3e5db9c3b042265b94 /src/dmidecodemodule.h
parentb3f5e9f97e283f2f23f36251b971458f805c6893 (diff)
downloadpython-dmidecode-9864a51dafd953c497210b6f11e49bb299080dc8.tar.gz
python-dmidecode-9864a51dafd953c497210b6f11e49bb299080dc8.tar.xz
python-dmidecode-9864a51dafd953c497210b6f11e49bb299080dc8.zip
Fixed crashes and unexpected behaviour on unknown DMI/SMBIOS types
Also provide more useful information, both on unsupported types and types not found on the hardware
Diffstat (limited to 'src/dmidecodemodule.h')
-rw-r--r--src/dmidecodemodule.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dmidecodemodule.h b/src/dmidecodemodule.h
index 9699e82..378ad2a 100644
--- a/src/dmidecodemodule.h
+++ b/src/dmidecodemodule.h
@@ -25,7 +25,6 @@
xmlNode *dmidecode_get_version(options *);
extern void dmi_dump(xmlNode *node, struct dmi_header *h);
-extern xmlNode *dmi_decode(xmlNode *parent_n, struct dmi_header * h, u16 ver);
extern int address_from_efi(size_t * address);
extern void to_dmi_header(struct dmi_header *h, u8 * data);
extern int smbios_decode(int type, u8 *buf, const char *devmem, xmlNode *node);