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

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

version 1.18, 2005/03/30 17:43:04 version 1.19, 2005/03/31 15:10:51
Line 42 
Line 42 
 #include "proto.h"  #include "proto.h"
   
   
 static int cvs_commit_prepare(CVSFILE *, void *);  int cvs_commit_prepare(CVSFILE *, void *);
 int cvs_commit_file(CVSFILE *, void *);  int cvs_commit_file(CVSFILE *, void *);
 int cvs_commit_options(char *, int, char **, int *);  int cvs_commit_options(char *, int, char **, int *);
 int cvs_commit_helper(void);  int cvs_commit_helper(void);

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