From 9864a51dafd953c497210b6f11e49bb299080dc8 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Thu, 11 Jun 2009 10:50:31 +0200 Subject: 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 --- src/dmidecodemodule.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/dmidecodemodule.h') 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); -- cgit