[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.12 and 1.13

version 1.12, 2006/12/15 13:12:14 version 1.13, 2006/12/19 11:46:39
Line 53 
Line 53 
 void    cvs_client_merged(char *);  void    cvs_client_merged(char *);
 void    cvs_client_removed(char *);  void    cvs_client_removed(char *);
 void    cvs_client_remove_entry(char *);  void    cvs_client_remove_entry(char *);
   void    cvs_client_clear_static_directory(char *);
   void    cvs_client_set_sticky(char *);
   void    cvs_client_clear_sticky(char *);
   
 void    cvs_client_senddir(const char *);  void    cvs_client_senddir(const char *);
 void    cvs_client_sendfile(struct cvs_file *);  void    cvs_client_sendfile(struct cvs_file *);

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