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

Diff for /src/usr.bin/cvs/remote.h between version 1.17 and 1.18

version 1.17, 2007/01/03 22:28:30 version 1.18, 2007/01/13 15:29:34
Line 102 
Line 102 
 void    cvs_remote_classify_file(struct cvs_file *);  void    cvs_remote_classify_file(struct cvs_file *);
 void    cvs_remote_output(const char *);  void    cvs_remote_output(const char *);
 char    *cvs_remote_input(void);  char    *cvs_remote_input(void);
 BUF     *cvs_remote_receive_file(size_t len);  void    cvs_remote_receive_file(int, size_t);
 void    cvs_remote_send_file(const char *);  void    cvs_remote_send_file(const char *);
   
 extern int cvs_client_inlog_fd;  extern int cvs_client_inlog_fd;

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