[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.77 and 1.78

version 1.77, 2009/01/22 10:02:34 version 1.78, 2009/02/12 03:00:56
Line 134 
Line 134 
 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);  int      parse_forward(Forward *, const char *, int, 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.77  
changed lines
  Added in v.1.78