[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.3 and 1.4

version 1.3, 2003/07/18 02:00:09 version 1.4, 2003/07/21 14:00:41
Line 1 
Line 1 
 /*      $OpenBSD$ */  /* $OpenBSD$ */
   
 EXT LINENUM input_lines INIT(0);        /* how long is input file in lines */  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 */  EXT LINENUM     last_frozen_line INIT(0);       /* how many input lines have been */
                                         /* irretractibly output */  /* irretractibly output */
   
 bool rev_in_string(char *);  bool            rev_in_string(char *);
 void scan_input(char *);  void            scan_input(char *);
 bool plan_a(char *);            /* returns false if insufficient memory */  bool            plan_a(char *); /* returns false if insufficient memory */
 void plan_b(char *);  void            plan_b(char *);
 char *ifetch(LINENUM, int);  char            *ifetch(LINENUM, int);
   

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