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

Diff for /src/usr.bin/cvs/diff.h between version 1.3 and 1.4

version 1.3, 2005/10/11 14:27:27 version 1.4, 2005/10/22 17:32:57
Line 93 
Line 93 
 #define D_SKIPPED2      9       /* path2 was a special file */  #define D_SKIPPED2      9       /* path2 was a special file */
   
   
   BUF             *cvs_diff3(RCSFILE *, char *, RCSNUM *, RCSNUM *);
   void            diff_output(const char *, ...);
 int             cvs_diffreg(const char *, const char *, BUF *out);  int             cvs_diffreg(const char *, const char *, BUF *out);
   int             ed_patch_lines(struct cvs_lines *, struct cvs_lines *);
   
 extern int      diff_format;  extern int      diff_format;
 extern char     *diff_file;  extern char     *diff_file;
   extern BUF      *diffbuf;
   
 #endif  #endif

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