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

File: [local] / src / usr.bin / patch / inp.h (download)

Revision 1.6, Tue Jul 22 17:18:49 2003 UTC (20 years, 10 months ago) by otto
Branch: MAIN
Changes since 1.5: +3 -4 lines

More cleanup.
ok millert@ tedu@

/*	$OpenBSD: inp.h,v 1.6 2003/07/22 17:18:49 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 *);
char		*ifetch(LINENUM, int);