diff options
Diffstat (limited to 'dmiopt.h')
-rw-r--r-- | dmiopt.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ struct opt u8 *type; const struct string_keyword *string; char *dumpfile; + u32 handle; }; extern struct opt opt; |