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

Diff for /src/usr.bin/cvs/checkout.c between version 1.38 and 1.39

version 1.38, 2005/07/24 17:48:05 version 1.39, 2005/07/25 12:05:43
Line 38 
Line 38 
 #include "proto.h"  #include "proto.h"
   
   
 #define CVS_LISTMOD    1  #define CVS_LISTMOD     1
 #define CVS_STATMOD    2  #define CVS_STATMOD     2
   
 static int cvs_checkout_init     (struct cvs_cmd *, int, char **, int *);  static int      cvs_checkout_init(struct cvs_cmd *, int, char **, int *);
 static int cvs_checkout_pre_exec (struct cvsroot *);  static int      cvs_checkout_pre_exec(struct cvsroot *);
   
 struct cvs_cmd cvs_cmd_checkout = {  struct cvs_cmd cvs_cmd_checkout = {
         CVS_OP_CHECKOUT, CVS_REQ_CO, "checkout",          CVS_OP_CHECKOUT, CVS_REQ_CO, "checkout",

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39