diff options
Diffstat (limited to 'usr.bin/less/funcs.h')
| -rw-r--r-- | usr.bin/less/funcs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/less/funcs.h b/usr.bin/less/funcs.h index 00eaf9b8090..49a39877ed1 100644 --- a/usr.bin/less/funcs.h +++ b/usr.bin/less/funcs.h @@ -213,7 +213,7 @@ void opt_quote(int, char *); void opt_query(int, char *); int get_swindow(void); char *propt(int); -void scan_option(char *); +void scan_option(char *, int); void toggle_option(struct loption *, int, char *, int); int opt_has_param(struct loption *); char *opt_prompt(struct loption *); |
