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

Diff for /src/usr.bin/cvs/add.c between version 1.24 and 1.25

version 1.24, 2005/07/23 11:19:46 version 1.25, 2005/07/25 12:42:54
Line 40 
Line 40 
 extern char *__progname;  extern char *__progname;
   
   
 static int cvs_add_remote(CVSFILE *, void *);  static int      cvs_add_remote(CVSFILE *, void *);
 static int cvs_add_local(CVSFILE *, void *);  static int      cvs_add_local(CVSFILE *, void *);
 static int cvs_add_init(struct cvs_cmd *, int, char **, int *);  static int      cvs_add_init(struct cvs_cmd *, int, char **, int *);
 static int cvs_add_pre_exec(struct cvsroot *);  static int      cvs_add_pre_exec(struct cvsroot *);
   
 struct cvs_cmd cvs_cmd_add = {  struct cvs_cmd cvs_cmd_add = {
         CVS_OP_ADD, CVS_REQ_ADD, "add",          CVS_OP_ADD, CVS_REQ_ADD, "add",

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25