[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.8 and 1.9

version 1.8, 2005/10/17 16:16:00 version 1.9, 2005/12/30 02:03:28
Line 167 
Line 167 
   
   
 BUF     *cvs_recvfile(struct cvsroot *, mode_t *);  BUF     *cvs_recvfile(struct cvsroot *, mode_t *);
 int      cvs_sendfile(struct cvsroot *, const char *);  void     cvs_sendfile(struct cvsroot *, const char *);
 int      cvs_connect(struct cvsroot *);  void     cvs_connect(struct cvsroot *);
 void     cvs_disconnect(struct cvsroot *);  void     cvs_disconnect(struct cvsroot *);
   
 int              cvs_req_handle(char *);  int              cvs_req_handle(char *);
Line 181 
Line 181 
 struct cvs_resp* cvs_resp_getbyname(const char *);  struct cvs_resp* cvs_resp_getbyname(const char *);
 char*            cvs_resp_getvalid(void);  char*            cvs_resp_getvalid(void);
   
 int     cvs_sendreq(struct cvsroot *, u_int, const char *);  void    cvs_sendreq(struct cvsroot *, u_int, const char *);
 int     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);  int     cvs_getln(struct cvsroot *, char *, size_t);
 int     cvs_senddir(struct cvsroot *, CVSFILE *);  void    cvs_senddir(struct cvsroot *, CVSFILE *);
 int     cvs_sendarg(struct cvsroot *, const char *, int);  void    cvs_sendarg(struct cvsroot *, const char *, int);
 int     cvs_sendln(struct cvsroot *, const char *);  void    cvs_sendln(struct cvsroot *, const char *);
 int     cvs_sendentry(struct cvsroot *, const CVSFILE *);  void    cvs_sendentry(struct cvsroot *, const CVSFILE *);
 int     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);  ssize_t cvs_recvraw(struct cvsroot *, void *, size_t);
   
   

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