[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.5 and 1.6

version 1.5, 2003/07/21 14:32:21 version 1.6, 2003/07/22 17:18:49
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(char *);  
   void            re_input(void);
 void            scan_input(char *);  void            scan_input(char *);
 bool            plan_a(char *); /* returns false if insufficient memory */  
 void            plan_b(char *);  
 char            *ifetch(LINENUM, int);  char            *ifetch(LINENUM, int);

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6