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 --- dmidecode.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'dmidecode.c') diff --git a/dmidecode.c b/dmidecode.c index 966b0d5..974f3f0 100644 --- a/dmidecode.c +++ b/dmidecode.c @@ -4042,8 +4042,7 @@ int address_from_efi(size_t *address) return ret; } -#ifdef SO -int main(int argc, char * const argv[]) +int submain(int argc, char * const argv[]) { int ret=0; /* Returned value */ int found=0; @@ -4137,4 +4136,3 @@ exit_free: return ret; } -#endif -- cgit