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

Diff for /src/usr.bin/cvs/file.h between version 1.34 and 1.35

version 1.34, 2006/05/27 03:30:30 version 1.35, 2006/05/28 07:56:44
Line 91 
Line 91 
   
 void    cvs_file_init(void);  void    cvs_file_init(void);
 void    cvs_file_ignore(const char *, struct ignore_head *);  void    cvs_file_ignore(const char *, struct ignore_head *);
 void    cvs_file_classify(struct cvs_file *);  void    cvs_file_classify(struct cvs_file *, int);
 void    cvs_file_free(struct cvs_file *);  void    cvs_file_free(struct cvs_file *);
 void    cvs_file_run(int, char **, struct cvs_recursion *);  void    cvs_file_run(int, char **, struct cvs_recursion *);
 void    cvs_file_walklist(struct cvs_flisthead *, struct cvs_recursion *);  void    cvs_file_walklist(struct cvs_flisthead *, struct cvs_recursion *);

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35