[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.2 and 1.3

version 1.2, 2006/10/31 15:23:40 version 1.3, 2006/11/09 09:24:28
Line 74 
Line 74 
 void    cvs_server_add(char *);  void    cvs_server_add(char *);
 void    cvs_server_commit(char *);  void    cvs_server_commit(char *);
 void    cvs_server_diff(char *);  void    cvs_server_diff(char *);
   void    cvs_server_log(char *);
 void    cvs_server_remove(char *);  void    cvs_server_remove(char *);
 void    cvs_server_update(char *);  
 void    cvs_server_status(char *);  void    cvs_server_status(char *);
 void    cvs_server_log(char *);  void    cvs_server_tag(char *);
   void    cvs_server_update(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(const char *);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3