[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.6 and 1.7

version 1.6, 2003/07/22 17:18:49 version 1.7, 2003/07/28 18:35:36
Line 1 
Line 1 
 /*      $OpenBSD$       */  /*      $OpenBSD$       */
   
 EXT FILE        *pfp INIT(NULL);        /* patch file pointer */  
   
 void            re_patch(void);  void            re_patch(void);
 void            open_patch_file(char *);  void            open_patch_file(const char *);
 void            set_hunkmax(void);  void            set_hunkmax(void);
 bool            there_is_another_patch(void);  bool            there_is_another_patch(void);
 bool            another_hunk(void);  bool            another_hunk(void);

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