diff options
Diffstat (limited to 'lib/hdb/test_mkey.c')
-rw-r--r-- | lib/hdb/test_mkey.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/hdb/test_mkey.c b/lib/hdb/test_mkey.c index 11032d078bee..97399c6b56af 100644 --- a/lib/hdb/test_mkey.c +++ b/lib/hdb/test_mkey.c @@ -8,9 +8,9 @@ static int help_flag; static int version_flag; struct getargs args[] = { - { "mkey-file", 0, arg_string, &mkey_file }, - { "help", 'h', arg_flag, &help_flag }, - { "version", 0, arg_flag, &version_flag } + { "mkey-file", 0, arg_string, &mkey_file, NULL, NULL }, + { "help", 'h', arg_flag, &help_flag, NULL, NULL }, + { "version", 0, arg_flag, &version_flag, NULL, NULL } }; static int num_args = sizeof(args) / sizeof(args[0]); |