From 97c2bf5aa740ad9a7e2f39d95ba3095725567ad2 Mon Sep 17 00:00:00 2001 From: nima Date: Thu, 30 Oct 2008 10:14:24 +0000 Subject: Removed final traces of the `_' buffer. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@87 abc39116-655e-4be6-ad55-d661dc543056 --- dmidecode.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dmidecode.h') diff --git a/dmidecode.h b/dmidecode.h index 130f0c5..56e072a 100644 --- a/dmidecode.h +++ b/dmidecode.h @@ -26,10 +26,10 @@ struct dmi_header { u8 *data; }; -const char *dmi_dump(struct dmi_header *h, char *_); +void dmi_dump(struct dmi_header *h); //void dmi_decode(struct dmi_header *h, u16 ver, PyObject *pydata); PyObject* dmi_decode(struct dmi_header *h, u16 ver); -int address_from_efi(size_t *address, char *_); +int address_from_efi(size_t *address); void to_dmi_header(struct dmi_header *h, u8 *data); int smbios_decode(u8 *buf, const char *devmem, PyObject* pydata); int legacy_decode(u8 *buf, const char *devmem, PyObject* pydata); -- cgit