[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.64 and 1.65

version 1.64, 2005/06/01 17:44:34 version 1.65, 2005/06/07 09:06:15
Line 290 
Line 290 
 } CVSHIST;  } CVSHIST;
   
   
 #ifdef CVS  
   
 extern char *cvs_repo_base;  extern char *cvs_repo_base;
 extern char *cvs_command;  extern char *cvs_command;
 extern char *cvs_editor;  extern char *cvs_editor;
Line 308 
Line 306 
 extern int  cvs_readonly;  extern int  cvs_readonly;
   
 extern CVSFILE *cvs_files;  extern CVSFILE *cvs_files;
   
 #endif  
   
 extern struct cvs_cmd *cvs_cdt[];  extern struct cvs_cmd *cvs_cdt[];
   

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65