=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/patch/inp.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/patch/inp.h 2003/07/22 17:18:49 1.6 +++ src/usr.bin/patch/inp.h 2003/07/28 18:35:36 1.7 @@ -1,10 +1,5 @@ -/* $OpenBSD: inp.h,v 1.6 2003/07/22 17:18:49 otto Exp $ */ +/* $OpenBSD: inp.h,v 1.7 2003/07/28 18:35:36 otto 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 */ - - void re_input(void); -void scan_input(char *); +void scan_input(const char *); char *ifetch(LINENUM, int);