=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/less/funcs.h,v retrieving revision 1.19 retrieving revision 1.20 diff -c -r1.19 -r1.20 *** src/usr.bin/less/funcs.h 2018/03/17 14:03:36 1.19 --- src/usr.bin/less/funcs.h 2019/03/01 14:31:34 1.20 *************** *** 166,176 **** void jump_line_loc(off_t, int); void jump_loc(off_t, int); void init_line(void); - int is_ascii_char(LWCHAR); void prewind(void); void plinenum(off_t); void pshift_all(void); - int is_ansi_end(LWCHAR); int is_ansi_middle(LWCHAR); int pappend(char, off_t); int pflushmbc(void); --- 166,174 ----