Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / gnu / usr.bin / patch / inp.h
1 /* $FreeBSD: src/gnu/usr.bin/patch/inp.h,v 1.6.2.1 2002/04/30 20:40:02 gad Exp $
2 /* $DragonFly: src/gnu/usr.bin/patch/Attic/inp.h,v 1.2 2003/06/17 04:25:47 dillon Exp $
3  *
4  * $Log: inp.h,v $
5  * Revision 2.0  86/09/17  15:37:25  lwall
6  * Baseline for netwide release.
7  *
8  */
9
10 EXT LINENUM input_lines INIT(0);        /* how long is input file in lines */
11 EXT LINENUM last_frozen_line INIT(0);   /* how many input lines have been */
12                                         /* irretractibly output */
13 void     re_input(void);
14 void     scan_input(char *_filename);
15 bool     plan_a(char *_filename);
16 void     plan_b(char *_filename);
17 bool     rev_in_string(char *_string);
18 char    *ifetch(LINENUM _line, int _whichbuf);
19