From 24f10bb094c9831f4133d488d0af90dc2a83590f Mon Sep 17 00:00:00 2001 From: nima Date: Fri, 31 Oct 2008 10:24:41 +0000 Subject: Cleanup. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@96 abc39116-655e-4be6-ad55-d661dc543056 --- dmidecode.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'dmidecode.h') diff --git a/dmidecode.h b/dmidecode.h index 860f212..c8206cc 100644 --- a/dmidecode.h +++ b/dmidecode.h @@ -27,7 +27,6 @@ struct dmi_header { }; PyObject *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); void to_dmi_header(struct dmi_header *h, u8 *data); @@ -39,5 +38,3 @@ const char *dmi_system_uuid(u8 *p); PyObject *dmi_system_uuid_py(const u8 *p, u16 ver); const char *dmi_chassis_type(u8 code); int dmi_processor_frequency(const u8 *p); - -int submain(int argc, char * const argv[]); -- cgit