summaryrefslogtreecommitdiffstats
path: root/dmidecode.h
diff options
context:
space:
mode:
authornima <nima@abc39116-655e-4be6-ad55-d661dc543056>2008-10-30 10:14:24 +0000
committernima <nima@abc39116-655e-4be6-ad55-d661dc543056>2008-10-30 10:14:24 +0000
commit97c2bf5aa740ad9a7e2f39d95ba3095725567ad2 (patch)
treee8bcc5657dd2cf8c996b29a0e0a84cc87d4ac4a4 /dmidecode.h
parent6e5ae9b4399e847b365b00e03b8c619efdf3bba1 (diff)
downloadpython-dmidecode-97c2bf5aa740ad9a7e2f39d95ba3095725567ad2.tar.gz
python-dmidecode-97c2bf5aa740ad9a7e2f39d95ba3095725567ad2.tar.xz
python-dmidecode-97c2bf5aa740ad9a7e2f39d95ba3095725567ad2.zip
Removed final traces of the `_' buffer.
git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@87 abc39116-655e-4be6-ad55-d661dc543056
Diffstat (limited to 'dmidecode.h')
-rw-r--r--dmidecode.h4
1 files changed, 2 insertions, 2 deletions
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);