=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/patch/inp.h,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/patch/inp.h 1996/06/10 11:21:29 1.2 --- src/usr.bin/patch/inp.h 2003/07/18 02:00:09 1.3 *************** *** 1,12 **** ! /* $OpenBSD: inp.h,v 1.2 1996/06/10 11:21:29 niklas Exp $ */ EXT LINENUM input_lines INIT(0); /* how long is input file in lines */ EXT LINENUM last_frozen_line INIT(0); /* how many input lines have been */ /* irretractibly output */ ! bool rev_in_string(); ! void scan_input(); ! bool plan_a(); /* returns false if insufficient memory */ ! void plan_b(); ! char *ifetch(); --- 1,12 ---- ! /* $OpenBSD: inp.h,v 1.3 2003/07/18 02:00:09 deraadt Exp $ */ EXT LINENUM input_lines INIT(0); /* how long is input file in lines */ EXT LINENUM last_frozen_line INIT(0); /* how many input lines have been */ /* irretractibly output */ ! bool rev_in_string(char *); ! void scan_input(char *); ! bool plan_a(char *); /* returns false if insufficient memory */ ! void plan_b(char *); ! char *ifetch(LINENUM, int);