=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/less/funcs.h,v retrieving revision 1.14 retrieving revision 1.15 diff -c -r1.14 -r1.15 *** src/usr.bin/less/funcs.h 2015/11/21 13:29:12 1.14 --- src/usr.bin/less/funcs.h 2015/11/23 09:38:35 1.15 *************** *** 38,43 **** --- 38,44 ---- 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);