summaryrefslogtreecommitdiffstats
path: root/src/dmidecode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dmidecode.h')
-rw-r--r--src/dmidecode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dmidecode.h b/src/dmidecode.h
index f0cb1ab..81cd249 100644
--- a/src/dmidecode.h
+++ b/src/dmidecode.h
@@ -30,7 +30,7 @@ struct dmi_header {
};
void dmi_dump(xmlNode *node, struct dmi_header * h);
-xmlNode *dmi_decode(xmlNode *parent_n, struct dmi_header * h, u16 ver);
+xmlNode *dmi_decode(xmlNode *parent_n, dmi_codes_major *dmiMajor, struct dmi_header * h, u16 ver);
int address_from_efi(size_t * address);
void to_dmi_header(struct dmi_header *h, u8 * data);