aboutsummaryrefslogtreecommitdiffstats
path: root/tfshark.c
diff options
context:
space:
mode:
Diffstat (limited to 'tfshark.c')
-rw-r--r--tfshark.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tfshark.c b/tfshark.c
index d5f717f793..93440f0ecc 100644
--- a/tfshark.c
+++ b/tfshark.c
@@ -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;