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

Diff for /src/usr.bin/cvs/config.h between version 1.8 and 1.9

version 1.8, 2008/02/04 22:36:40 version 1.9, 2008/02/06 22:43:22
Line 18 
Line 18 
 #ifndef CONFIG_H  #ifndef CONFIG_H
 #define CONFIG_H  #define CONFIG_H
   
   void cvs_modules_list(void);
   
 void cvs_read_config(char *name, void (*cb)(char *, int));  void cvs_read_config(char *name, void (*cb)(char *, int));
   
 void cvs_parse_configfile(void);  void cvs_parse_configfile(void);
Line 51 
Line 53 
 struct module_info {  struct module_info {
         char                            *mi_name;          char                            *mi_name;
         char                            *mi_prog;          char                            *mi_prog;
           char                            *mi_str;
         int                              mi_flags;          int                              mi_flags;
   
         struct cvs_flisthead             mi_modules;          struct cvs_flisthead             mi_modules;

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9