From c10adcd728be238d8579bf98075a2468f0143cc2 Mon Sep 17 00:00:00 2001 From: nima Date: Tue, 1 Jul 2008 23:14:17 +0000 Subject: Brought main() back into the python module and fixed malloc/free problems. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@7 abc39116-655e-4be6-ad55-d661dc543056 --- dmidecode.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dmidecode.h') diff --git a/dmidecode.h b/dmidecode.h index 62779ca..ddf9897 100644 --- a/dmidecode.h +++ b/dmidecode.h @@ -38,3 +38,5 @@ void dmi_system_uuid(u8 *p); const char *dmi_chassis_type(u8 code); const char *dmi_processor_family(u8 code); void dmi_processor_frequency(u8 *p); + +int submain(int argc, char * const argv[]); -- cgit