[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.113 and 1.114

version 1.113, 2006/06/14 15:14:47 version 1.114, 2006/06/19 05:05:17
Line 161 
Line 161 
 struct cvs_recursion {  struct cvs_recursion {
         void    (*enterdir)(struct cvs_file *);          void    (*enterdir)(struct cvs_file *);
         void    (*leavedir)(struct cvs_file *);          void    (*leavedir)(struct cvs_file *);
         void    (*local)(struct cvs_file *);          void    (*fileproc)(struct cvs_file *);
         void    (*remote)(struct cvs_file *, struct cvsroot *);  
         int     flags;          int     flags;
 };  };
   

Legend:
Removed from v.1.113  
changed lines
  Added in v.1.114