[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.37 and 1.38

version 1.37, 2009/04/04 11:29:57 version 1.38, 2017/08/28 19:33:20
Line 94 
Line 94 
 void    cvs_server_sticky(char *);  void    cvs_server_sticky(char *);
 void    cvs_server_update_patches(char *);  void    cvs_server_update_patches(char *);
 void    cvs_server_update_entry(const char *, struct cvs_file *cf);  void    cvs_server_update_entry(const char *, struct cvs_file *cf);
 void    cvs_server_set_sticky(const char *, const char *);  void    cvs_server_set_sticky(const char *, char *);
 void    cvs_server_clear_sticky(char *);  void    cvs_server_clear_sticky(char *);
 void    cvs_server_exp_modules(char *);  void    cvs_server_exp_modules(char *);
   
Line 120 
Line 120 
 void    cvs_server_version(char *);  void    cvs_server_version(char *);
   
 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(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 *, int);  void    cvs_remote_send_file(const char *, int);

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38