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

Diff for /src/usr.bin/cvs/update.c between version 1.2 and 1.3

version 1.2, 2004/07/29 17:39:12 version 1.3, 2004/07/29 18:32:46
Line 39 
Line 39 
 #include "rcs.h"  #include "rcs.h"
 #include "log.h"  #include "log.h"
   
 extern char *__progname;  
   
 extern struct cvsroot *cvs_root;  
   
   
 int  cvs_update_file  (CVSFILE *, void *);  int  cvs_update_file  (CVSFILE *, void *);
 int  cvs_update_prune (CVSFILE *, void *);  int  cvs_update_prune (CVSFILE *, void *);

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