[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.4 and 1.5

version 1.4, 2004/08/02 13:54:02 version 1.5, 2004/08/02 22:49:50
Line 33 
Line 33 
   
 struct cvs_file;  struct cvs_file;
 struct cvs_dir;  struct cvs_dir;
   struct cvs_entries;
   
   
 #define CF_STAT     0x01  /* allocate space for file stats */  #define CF_STAT     0x01  /* allocate space for file stats */
Line 84 
Line 85 
   
   
 struct cvs_dir {  struct cvs_dir {
         struct cvsroot  *cd_root;          struct cvsroot     *cd_root;
         char            *cd_repo;          char               *cd_repo;
         CVSENTRIES      *cd_ent;          struct cvs_entries *cd_ent;
         struct cvs_flist cd_files;          struct cvs_flist    cd_files;
         u_int            cd_nfiles;          u_int               cd_nfiles;
 };  };
   
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5