[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.28 and 1.29

version 1.28, 2005/08/17 16:23:19 version 1.29, 2005/11/12 21:34:48
Line 81 
Line 81 
          * cf_dir contains the parent directory the file or dir is in.           * cf_dir contains the parent directory the file or dir is in.
          * if cf_dir is NULL the file is in the parent directory.           * if cf_dir is NULL the file is in the parent directory.
          */           */
         const char      *cf_name;          char            *cf_name;
         const char      *cf_dir;          char            *cf_dir;
   
         /* pointer to the parent directory's entry file */          /* pointer to the parent directory's entry file */
         void            *cf_entry;          void            *cf_entry;

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29