=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/patch/inp.h,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/patch/inp.h 2003/07/18 02:00:09 1.3 --- src/usr.bin/patch/inp.h 2003/07/21 14:00:41 1.4 *************** *** 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); ! --- 1,11 ---- ! /* $OpenBSD: inp.h,v 1.4 2003/07/21 14:00:41 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);