diff options
Diffstat (limited to 'reordercap.c')
| -rw-r--r-- | reordercap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/reordercap.c b/reordercap.c index d52f49daff..c818772d7b 100644 --- a/reordercap.c +++ b/reordercap.c @@ -189,9 +189,9 @@ main(int argc, char *argv[]) FrameRecord_t *prevFrame = NULL; 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 } }; int file_count; |
