[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.5, Mon Jul 21 14:32:21 2003 UTC (20 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.4: +1 -1 lines

fix header

/*	$OpenBSD: inp.h,v 1.5 2003/07/21 14:32:21 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);