summaryrefslogtreecommitdiffstats
path: root/dmiopt.h
diff options
context:
space:
mode:
authornima <nima@abc39116-655e-4be6-ad55-d661dc543056>2008-07-24 10:48:01 +0000
committernima <nima@abc39116-655e-4be6-ad55-d661dc543056>2008-07-24 10:48:01 +0000
commit4289505932068a0c071c7c9fb4655678394cb469 (patch)
tree91d9489e8b589964976c0145b16ae06bed50e772 /dmiopt.h
parent2a92460699aa8a18bc0602d48afed1ebb408c16a (diff)
downloadpython-dmidecode-4289505932068a0c071c7c9fb4655678394cb469.tar.gz
python-dmidecode-4289505932068a0c071c7c9fb4655678394cb469.tar.xz
python-dmidecode-4289505932068a0c071c7c9fb4655678394cb469.zip
Now that code has been converted, work has started on "bios", and at the point
of proof-of-concept. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@12 abc39116-655e-4be6-ad55-d661dc543056
Diffstat (limited to 'dmiopt.h')
-rw-r--r--dmiopt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dmiopt.h b/dmiopt.h
index 2139b52..af4cbe4 100644
--- a/dmiopt.h
+++ b/dmiopt.h
@@ -24,8 +24,8 @@ struct string_keyword
const char *keyword;
u8 type;
u8 offset;
- const char *(*lookup)(u8, char *);
- void (*print)(u8 *);
+ const char *(*lookup)(u8);
+ const char *(*print)(u8 *, char *);
};
struct opt