[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.74 and 1.75

version 1.74, 2008/06/26 11:46:31 version 1.75, 2008/11/01 17:40:33
Line 133 
Line 133 
 void     initialize_options(Options *);  void     initialize_options(Options *);
 void     fill_default_options(Options *);  void     fill_default_options(Options *);
 int      read_config_file(const char *, const char *, Options *, int);  int      read_config_file(const char *, const char *, Options *, int);
 int      parse_forward(Forward *, const char *);  int      parse_forward(Forward *, const char *, int);
   
 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.74  
changed lines
  Added in v.1.75