[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.6 and 1.7

version 1.6, 2004/08/06 12:09:26 version 1.7, 2004/08/06 14:12:56
Line 75 
Line 75 
         char            *cf_path;          char            *cf_path;
         struct cvs_file *cf_parent;  /* parent directory (NULL if none) */          struct cvs_file *cf_parent;  /* parent directory (NULL if none) */
         char            *cf_name;          char            *cf_name;
           mode_t           cf_mode;
           time_t           cf_mtime;
         u_int16_t        cf_cvstat;  /* cvs status of the file */          u_int16_t        cf_cvstat;  /* cvs status of the file */
         u_int16_t        cf_type;    /* uses values from dirent.h */          u_int16_t        cf_type;    /* uses values from dirent.h */
         struct cvs_dir  *cf_ddat;    /* only for directories */          struct cvs_dir  *cf_ddat;    /* only for directories */
Line 111 
Line 113 
 CVSFILE* cvs_file_get     (const char *, int);  CVSFILE* cvs_file_get     (const char *, int);
 CVSFILE* cvs_file_getspec (char **, int, int);  CVSFILE* cvs_file_getspec (char **, int, int);
 CVSFILE* cvs_file_find    (CVSFILE *, const char *);  CVSFILE* cvs_file_find    (CVSFILE *, const char *);
   int      cvs_file_attach  (CVSFILE *, CVSFILE *);
 int      cvs_file_examine (CVSFILE *, int (*)(CVSFILE *, void *), void *);  int      cvs_file_examine (CVSFILE *, int (*)(CVSFILE *, void *), void *);
 void     cvs_file_free    (struct cvs_file *);  void     cvs_file_free    (struct cvs_file *);
   

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7