[BACK]Return to cvs.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / cvs

Diff for /src/usr.bin/cvs/cvs.h between version 1.104 and 1.105

version 1.104, 2006/05/27 03:30:30 version 1.105, 2006/05/27 05:20:25
Line 337 
Line 337 
 /* misc stuff */  /* misc stuff */
 void    cvs_update_local(struct cvs_file *);  void    cvs_update_local(struct cvs_file *);
 void    cvs_update_enterdir(struct cvs_file *);  void    cvs_update_enterdir(struct cvs_file *);
   void    cvs_update_leavedir(struct cvs_file *);
 int     cvs_checkout_file(struct cvs_file *, RCSNUM *, int);  int     cvs_checkout_file(struct cvs_file *, RCSNUM *, int);
   
 #endif  #endif

Legend:
Removed from v.1.104  
changed lines
  Added in v.1.105