diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2015-11-23 09:38:36 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2015-11-23 09:38:36 +0000 |
commit | c731609220c17ca202c3cf619f367248edf006fb (patch) | |
tree | 43f9384d62af4a429f898422f20e295c819a48c3 /usr.bin | |
parent | d16847c7bf8a4bc4b72a91d62d4e5257297e89d3 (diff) |
Missing prototype.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/less/funcs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/less/funcs.h b/usr.bin/less/funcs.h index 5111611abec..bec47fd6448 100644 --- a/usr.bin/less/funcs.h +++ b/usr.bin/less/funcs.h @@ -38,6 +38,7 @@ extern int is_at_equiv(int, int); extern int apply_at_specials(int); extern void putbs(void); extern void match_brac(int, int, int, int); +extern int ch_get(void); extern void ch_ungetchar(int); extern void end_logfile(void); extern void sync_logfile(void); |