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

Diff for /src/usr.bin/patch/pch.h between version 1.8 and 1.9

version 1.8, 2003/08/15 08:00:51 version 1.9, 2003/10/31 20:20:45
Line 26 
Line 26 
  * behaviour   * behaviour
  */   */
   
   #define OLD_FILE        0
   #define NEW_FILE        1
   #define INDEX_FILE      2
   #define MAX_FILE        3
   
   struct file_name {
           char *path;
           bool exists;
   };
   
 void            re_patch(void);  void            re_patch(void);
 void            open_patch_file(const char *);  void            open_patch_file(const char *);
 void            set_hunkmax(void);  void            set_hunkmax(void);

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9