[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.36 and 1.37

version 1.36, 2009/03/19 09:53:16 version 1.37, 2009/04/04 11:29:57
Line 96 
Line 96 
 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 *, const char *);
 void    cvs_server_clear_sticky(char *);  void    cvs_server_clear_sticky(char *);
   void    cvs_server_exp_modules(char *);
   
 void    cvs_server_add(char *);  void    cvs_server_add(char *);
 void    cvs_server_import(char *);  void    cvs_server_import(char *);

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