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

Diff for /src/usr.bin/cvs/version.c between version 1.17 and 1.18

version 1.17, 2005/06/02 20:15:03 version 1.18, 2005/07/25 12:13:08
Line 36 
Line 36 
 #include "log.h"  #include "log.h"
 #include "proto.h"  #include "proto.h"
   
 static int cvs_version_pre_exec (struct cvsroot *);  static int      cvs_version_pre_exec(struct cvsroot *);
   
 struct cvs_cmd cvs_cmd_version = {  struct cvs_cmd cvs_cmd_version = {
         CVS_OP_VERSION, CVS_REQ_VERSION, "version",          CVS_OP_VERSION, CVS_REQ_VERSION, "version",

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18