summaryrefslogtreecommitdiffstats
path: root/dmiopt.h
diff options
context:
space:
mode:
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