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

Diff for /src/usr.bin/cvs/diff.c between version 1.46 and 1.47

version 1.46, 2005/07/10 13:53:51 version 1.47, 2005/07/10 13:58:19
Line 205 
Line 205 
         char  *date2;          char  *date2;
 };  };
   
 extern int verbosity;  
   
   
 static int  cvs_diff_init      (struct cvs_cmd *, int, char **, int *);  static int  cvs_diff_init      (struct cvs_cmd *, int, char **, int *);
 static int  cvs_diff_remote    (CVSFILE *, void *);  static int  cvs_diff_remote    (CVSFILE *, void *);

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47