[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.9 and 1.10

version 1.9, 2005/12/30 02:03:28 version 1.10, 2005/12/30 16:47:36
Line 184 
Line 184 
 void    cvs_sendreq(struct cvsroot *, u_int, const char *);  void    cvs_sendreq(struct cvsroot *, u_int, const char *);
 void    cvs_getresp(struct cvsroot *);  void    cvs_getresp(struct cvsroot *);
 int     cvs_sendresp(u_int, const char *);  int     cvs_sendresp(u_int, const char *);
 int     cvs_getln(struct cvsroot *, char *, size_t);  void    cvs_getln(struct cvsroot *, char *, size_t);
 void    cvs_senddir(struct cvsroot *, CVSFILE *);  void    cvs_senddir(struct cvsroot *, CVSFILE *);
 void    cvs_sendarg(struct cvsroot *, const char *, int);  void    cvs_sendarg(struct cvsroot *, const char *, int);
 void    cvs_sendln(struct cvsroot *, const char *);  void    cvs_sendln(struct cvsroot *, const char *);
 void    cvs_sendentry(struct cvsroot *, const CVSFILE *);  void    cvs_sendentry(struct cvsroot *, const CVSFILE *);
 void    cvs_sendraw(struct cvsroot *, const void *, size_t);  void    cvs_sendraw(struct cvsroot *, const void *, size_t);
 ssize_t cvs_recvraw(struct cvsroot *, void *, size_t);  size_t  cvs_recvraw(struct cvsroot *, void *, size_t);
   
   
 #endif  /* PROTO_H */  #endif  /* PROTO_H */

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10