[BACK]Return to cvs.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / cvs

Diff for /src/usr.bin/cvs/cvs.h between version 1.11 and 1.12

version 1.11, 2004/07/28 01:53:29 version 1.12, 2004/07/29 15:41:58
Line 274 
Line 274 
 #define CVS_FST_ADDED     3  #define CVS_FST_ADDED     3
 #define CVS_FST_REMOVED   4  #define CVS_FST_REMOVED   4
 #define CVS_FST_CONFLICT  5  #define CVS_FST_CONFLICT  5
   #define CVS_FST_PATCHED   6
   
 typedef struct cvs_file {  typedef struct cvs_file {
         char            *cf_path;          char            *cf_path;
Line 412 
Line 413 
 int      cvs_file_chkign  (const char *);  int      cvs_file_chkign  (const char *);
 CVSFILE* cvs_file_create  (const char *, u_int, mode_t);  CVSFILE* cvs_file_create  (const char *, u_int, mode_t);
 CVSFILE* cvs_file_get     (const char *, int);  CVSFILE* cvs_file_get     (const char *, int);
   CVSFILE* cvs_file_getspec (char **, int, int);
 void     cvs_file_free    (struct cvs_file *);  void     cvs_file_free    (struct cvs_file *);
 int      cvs_file_examine (CVSFILE *, int (*)(CVSFILE *, void *), void *);  int      cvs_file_examine (CVSFILE *, int (*)(CVSFILE *, void *), void *);
   

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12