[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.13 and 1.14

version 1.13, 2004/07/29 16:46:58 version 1.14, 2004/07/29 16:52:39
Line 277 
Line 277 
 #define CVS_FST_PATCHED   6  #define CVS_FST_PATCHED   6
   
   
 TAILQ_HEAD(cvs_flist, cvs_files);  TAILQ_HEAD(cvs_flist, cvs_file);
   
   
 typedef struct cvs_file {  typedef struct cvs_file {

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14