summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2015-11-23 09:38:35 +0000
committernicm <nicm@openbsd.org>2015-11-23 09:38:35 +0000
commitc39471434857bf860b96302668fdf32eb555363b (patch)
tree90dcb11d09f8454446f4fdeb4a55d52cd7eb1d77
parentA couple more prototypes without arguments. (diff)
downloadwireguard-openbsd-c39471434857bf860b96302668fdf32eb555363b.tar.xz
wireguard-openbsd-c39471434857bf860b96302668fdf32eb555363b.zip
Missing prototype.
-rw-r--r--usr.bin/less/funcs.h1
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);