diff options
Diffstat (limited to 'extcap/ciscodump.c')
| -rw-r--r-- | extcap/ciscodump.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extcap/ciscodump.c b/extcap/ciscodump.c index d9cdb46218..0fa67f60e7 100644 --- a/extcap/ciscodump.c +++ b/extcap/ciscodump.c @@ -76,10 +76,10 @@ enum { OPT_REMOTE_COUNT }; -static struct option longopts[] = { +static struct ws_option longopts[] = { EXTCAP_BASE_OPTIONS, - { "help", no_argument, NULL, OPT_HELP}, - { "version", no_argument, NULL, OPT_VERSION}, + { "help", ws_no_argument, NULL, OPT_HELP}, + { "version", ws_no_argument, NULL, OPT_VERSION}, SSH_BASE_OPTIONS, { 0, 0, 0, 0} }; |
