[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.150 and 1.151

version 1.150, 2008/02/01 17:18:59 version 1.151, 2008/02/03 17:20:14
Line 287 
Line 287 
         TAILQ_HEAD(, cvs_ent_line)       cef_ent;          TAILQ_HEAD(, cvs_ent_line)       cef_ent;
 } CVSENTRIES;  } CVSENTRIES;
   
   extern struct module_checkout *current_module;
   extern char *module_repo_root;
   
 extern struct cvs_wklhead temp_files;  extern struct cvs_wklhead temp_files;
 extern volatile sig_atomic_t sig_received;  extern volatile sig_atomic_t sig_received;
 extern volatile sig_atomic_t cvs_quit;  extern volatile sig_atomic_t cvs_quit;

Legend:
Removed from v.1.150  
changed lines
  Added in v.1.151