[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.31 and 1.32

version 1.31, 2008/02/10 14:00:41 version 1.32, 2008/02/27 22:34:04
Line 119 
Line 119 
 void    cvs_remote_output(const char *);  void    cvs_remote_output(const char *);
 char    *cvs_remote_input(void);  char    *cvs_remote_input(void);
 void    cvs_remote_receive_file(int, size_t);  void    cvs_remote_receive_file(int, size_t);
 void    cvs_remote_send_file(const char *);  void    cvs_remote_send_file(const char *, int);
   
 extern int cvs_client_inlog_fd;  extern int cvs_client_inlog_fd;
 extern int cvs_client_outlog_fd;  extern int cvs_client_outlog_fd;

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32