[BACK]Return to inp.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / patch

Annotation of src/usr.bin/patch/inp.h, Revision 1.6

1.6     ! otto        1: /*     $OpenBSD: inp.h,v 1.5 2003/07/21 14:32:21 deraadt Exp $ */
1.1       deraadt     2:
1.4       deraadt     3: EXT LINENUM    input_lines INIT(0);            /* how long is input file in lines */
                      4: EXT LINENUM    last_frozen_line INIT(0);       /* how many input lines have been */
                      5: /* irretractibly output */
1.1       deraadt     6:
1.6     ! otto        7:
        !             8: void           re_input(void);
1.4       deraadt     9: void           scan_input(char *);
                     10: char           *ifetch(LINENUM, int);