[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.36 and 1.37

version 1.36, 2006/05/28 17:25:18 version 1.37, 2006/05/30 21:32:52
Line 42 
Line 42 
         int      file_status;          int      file_status;
         int      file_flags;          int      file_flags;
   
           RCSNUM          *file_rcsrev;
         RCSFILE         *file_rcs;          RCSFILE         *file_rcs;
         struct cvs_ent  *file_ent;          struct cvs_ent  *file_ent;
 };  };
Line 93 
Line 94 
   
 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 *, int);  void    cvs_file_classify(struct cvs_file *, const char *, 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.36  
changed lines
  Added in v.1.37