diff options
Diffstat (limited to 'tfshark.c')
| -rw-r--r-- | tfshark.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -274,9 +274,9 @@ main(int argc, char *argv[]) { char *init_progfile_dir_error; int opt; - static const struct option long_options[] = { - {"help", no_argument, NULL, 'h'}, - {"version", no_argument, NULL, 'v'}, + static const struct ws_option long_options[] = { + {"help", ws_no_argument, NULL, 'h'}, + {"version", ws_no_argument, NULL, 'v'}, {0, 0, 0, 0 } }; gboolean arg_error = FALSE; |
