diff options
Diffstat (limited to 'captype.c')
| -rw-r--r-- | captype.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -93,9 +93,9 @@ main(int argc, char *argv[]) int i; int opt; int overall_error_status; - 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 } }; |
