[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.47 and 1.48

version 1.47, 2008/03/09 01:25:31 version 1.48, 2008/03/09 01:54:03
Line 47 
Line 47 
         int      file_status;          int      file_status;
         int      file_flags;          int      file_flags;
         int      in_attic;          int      in_attic;
           int      user_supplied;
   
         RCSNUM          *file_rcsrev;          RCSNUM          *file_rcsrev;
         RCSFILE         *file_rcs;          RCSFILE         *file_rcs;
Line 110 
Line 111 
 int     cvs_file_cmp(const char *, const char *);  int     cvs_file_cmp(const char *, const char *);
 int     cvs_file_copy(const char *, const char *);  int     cvs_file_copy(const char *, const char *);
   
 struct cvs_file *cvs_file_get_cf(const char *, const char *, int, int);  struct cvs_file *cvs_file_get_cf(const char *, const char *, int, int, int);
   
 #endif  /* FILE_H */  #endif  /* FILE_H */

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48