[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.41 and 1.42

version 1.41, 2005/07/23 11:19:46 version 1.42, 2005/07/25 12:13:08
Line 38 
Line 38 
 #include "proto.h"  #include "proto.h"
   
   
 static int cvs_update_init     (struct cvs_cmd *, int, char **, int *);  static int      cvs_update_init(struct cvs_cmd *, int, char **, int *);
 static int cvs_update_pre_exec (struct cvsroot *);  static int      cvs_update_pre_exec(struct cvsroot *);
 static int cvs_update_remote    (CVSFILE *, void *);  static int      cvs_update_remote(CVSFILE *, void *);
 static int cvs_update_local     (CVSFILE *, void *);  static int      cvs_update_local(CVSFILE *, void *);
   
   
 struct cvs_cmd cvs_cmd_update = {  struct cvs_cmd cvs_cmd_update = {

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42