[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.11 and 1.12

version 1.11, 2006/01/02 09:42:20 version 1.12, 2006/01/04 14:58:12
Line 181 
Line 181 
   
 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 *);  void    cvs_sendresp(u_int, const char *);
 void    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);

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12