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

Diff for /src/usr.bin/ssh/readconf.h between version 1.37 and 1.38

version 1.37, 2001/08/01 22:03:33 version 1.38, 2001/09/03 20:58:33
Line 105 
Line 105 
   
 void     initialize_options(Options *);  void     initialize_options(Options *);
 void     fill_default_options(Options *);  void     fill_default_options(Options *);
 void     read_config_file(const char *, const char *, Options *);  int      read_config_file(const char *, const char *, Options *);
   
 int  int
 process_config_line(Options *, const char *, char *, const char *, int, int *);  process_config_line(Options *, const char *, char *, const char *, int, int *);

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38