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

Diff for /src/usr.bin/patch/inp.h between version 1.2 and 1.3

version 1.2, 1996/06/10 11:21:29 version 1.3, 2003/07/18 02:00:09
Line 4 
Line 4 
 EXT LINENUM last_frozen_line INIT(0);   /* how many input lines have been */  EXT LINENUM last_frozen_line INIT(0);   /* how many input lines have been */
                                         /* irretractibly output */                                          /* irretractibly output */
   
 bool rev_in_string();  bool rev_in_string(char *);
 void scan_input();  void scan_input(char *);
 bool plan_a();                  /* returns false if insufficient memory */  bool plan_a(char *);            /* returns false if insufficient memory */
 void plan_b();  void plan_b(char *);
 char *ifetch();  char *ifetch(LINENUM, int);
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3