[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.1 and 1.2

version 1.1, 2006/05/27 18:04:46 version 1.2, 2008/02/01 18:10:26
Line 19 
Line 19 
 #define CONFIG_H  #define CONFIG_H
   
 void cvs_parse_configfile(void);  void cvs_parse_configfile(void);
   void cvs_read_config(char *name, void (*cb)(char *));
   
   void config_parse_line(char *);
   
 #endif  #endif

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2