summaryrefslogtreecommitdiffstats
path: root/dmidecode.h
diff options
context:
space:
mode:
authornima <nima@abc39116-655e-4be6-ad55-d661dc543056>2008-07-01 23:14:17 +0000
committernima <nima@abc39116-655e-4be6-ad55-d661dc543056>2008-07-01 23:14:17 +0000
commitc10adcd728be238d8579bf98075a2468f0143cc2 (patch)
tree4fa1bce13ff08de36ff95023af9356fa29c4c5bd /dmidecode.h
parenta7a5cb531b86a75265f106b91d7033e45d754612 (diff)
downloadpython-dmidecode-c10adcd728be238d8579bf98075a2468f0143cc2.tar.gz
python-dmidecode-c10adcd728be238d8579bf98075a2468f0143cc2.tar.xz
python-dmidecode-c10adcd728be238d8579bf98075a2468f0143cc2.zip
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
Diffstat (limited to 'dmidecode.h')
-rw-r--r--dmidecode.h2
1 files changed, 2 insertions, 0 deletions
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[]);