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

Diff for /src/usr.bin/cvs/Attic/proto.h between version 1.5 and 1.6

version 1.5, 2004/12/07 17:10:56 version 1.6, 2005/04/18 21:02:50
Line 183 
Line 183 
 int         cvs_senddir     (struct cvsroot *, CVSFILE *);  int         cvs_senddir     (struct cvsroot *, CVSFILE *);
 int         cvs_sendarg     (struct cvsroot *, const char *, int);  int         cvs_sendarg     (struct cvsroot *, const char *, int);
 int         cvs_sendln      (struct cvsroot *, const char *);  int         cvs_sendln      (struct cvsroot *, const char *);
 int         cvs_sendentry   (struct cvsroot *, const struct cvs_ent *);  int         cvs_sendentry   (struct cvsroot *, const CVSFILE *);
 int         cvs_sendraw     (struct cvsroot *, const void *, size_t);  int         cvs_sendraw     (struct cvsroot *, const void *, size_t);
 ssize_t     cvs_recvraw     (struct cvsroot *, void *, size_t);  ssize_t     cvs_recvraw     (struct cvsroot *, void *, size_t);
   

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6