[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.125 and 1.126

version 1.125, 2007/01/03 20:48:26 version 1.126, 2007/01/07 02:39:24
Line 352 
Line 352 
 struct cvsroot  *cvsroot_get(const char *);  struct cvsroot  *cvsroot_get(const char *);
 void             cvsroot_remove(struct cvsroot *);  void             cvsroot_remove(struct cvsroot *);
   
   /* logmsg.c */
   char *  cvs_logmsg_read(const char *path);
   char *  cvs_logmsg_create(struct cvs_flisthead *, struct cvs_flisthead *,
           struct cvs_flisthead *);
   
 /* 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 *);

Legend:
Removed from v.1.125  
changed lines
  Added in v.1.126