diff options
Diffstat (limited to 'rawshark.c')
| -rw-r--r-- | rawshark.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rawshark.c b/rawshark.c index 869f688ddb..a18bf0a536 100644 --- a/rawshark.c +++ b/rawshark.c @@ -406,9 +406,9 @@ main(int argc, char *argv[]) guint fc; gboolean skip_pcap_header = FALSE; int ret = EXIT_SUCCESS; - 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 } }; |
