From eb7958574ce98601433022d7d23343025c1e34b8 Mon Sep 17 00:00:00 2001 From: nima Date: Tue, 1 Jul 2008 06:01:21 +0000 Subject: Project progressing along excellently. The python module is now functional and has as many methods as the --type option takes. Next is to expand and harness the code around the `--string' option. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@3 abc39116-655e-4be6-ad55-d661dc543056 --- dmidecodemodule.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dmidecodemodule.h') diff --git a/dmidecodemodule.h b/dmidecodemodule.h index 3d555c5..cf747de 100644 --- a/dmidecodemodule.h +++ b/dmidecodemodule.h @@ -33,5 +33,5 @@ extern void dmi_table(u32 base, u16 len, u16 num, u16 ver, const char *devmem); extern int smbios_decode(u8 *buf, const char *devmem); extern int legacy_decode(u8 *buf, const char *devmem); extern void *mem_chunk(size_t base, size_t len, const char *devmem); - +extern int main(int argc, char* const argv[]); -- cgit