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

Diff for /src/usr.bin/cvs/annotate.c between version 1.22 and 1.23

version 1.22, 2005/07/21 11:42:24 version 1.23, 2005/07/25 12:05:43
Line 38 
Line 38 
 #include "proto.h"  #include "proto.h"
   
   
 static int cvs_annotate_init     (struct cvs_cmd *, int, char **, int *);  static int      cvs_annotate_init(struct cvs_cmd *, int, char **, int *);
 static int cvs_annotate_remote   (CVSFILE *, void *);  static int      cvs_annotate_remote(CVSFILE *, void *);
 static int cvs_annotate_local    (CVSFILE *, void *);  static int      cvs_annotate_local(CVSFILE *, void *);
 static int cvs_annotate_pre_exec (struct cvsroot *);  static int      cvs_annotate_pre_exec(struct cvsroot *);
   
 struct cvs_cmd cvs_cmd_annotate = {  struct cvs_cmd cvs_cmd_annotate = {
         CVS_OP_ANNOTATE, CVS_REQ_ANNOTATE, "annotate",          CVS_OP_ANNOTATE, CVS_REQ_ANNOTATE, "annotate",

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23