From 4289505932068a0c071c7c9fb4655678394cb469 Mon Sep 17 00:00:00 2001 From: nima Date: Thu, 24 Jul 2008 10:48:01 +0000 Subject: 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 --- dmiopt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dmiopt.h') 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 -- cgit