[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.18 and 1.19

version 1.18, 2005/05/12 23:35:42 version 1.19, 2005/05/20 05:13:44
Line 129 
Line 129 
 int      cvs_file_init    (void);  int      cvs_file_init    (void);
 int      cvs_file_ignore  (const char *);  int      cvs_file_ignore  (const char *);
 int      cvs_file_chkign  (const char *);  int      cvs_file_chkign  (const char *);
 CVSFILE* cvs_file_get     (const char *, int);  CVSFILE* cvs_file_get     (const char *, int, int (*)(CVSFILE *, void *), void *);
 CVSFILE* cvs_file_getspec (char **, int, int);  CVSFILE* cvs_file_getspec (char **, int, int, int (*)(CVSFILE *, void *), void *);
 CVSFILE* cvs_file_create  (CVSFILE *, const char *, u_int, mode_t);  CVSFILE* cvs_file_create  (CVSFILE *, const char *, u_int, mode_t);
 CVSFILE* cvs_file_copy    (CVSFILE *);  CVSFILE* cvs_file_copy    (CVSFILE *);
 CVSFILE* cvs_file_find    (CVSFILE *, const char *);  CVSFILE* cvs_file_find    (CVSFILE *, const char *);

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19