[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.96 and 1.97

version 1.96, 2013/08/20 00:11:38 version 1.97, 2013/10/14 22:22:03
Line 159 
Line 159 
   
 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      process_config_line(Options *, struct passwd *, const char *, char *,
       const char *, int, int *, int);
   int      read_config_file(const char *, struct passwd *, const char *,
       Options *, int);
 int      parse_forward(Forward *, const char *, int, int);  int      parse_forward(Forward *, const char *, int, int);
   int      default_ssh_port(void);
 int  
 process_config_line(Options *, const char *, char *, const char *, int, int *,  
     int);  
   
 void     add_local_forward(Options *, const Forward *);  void     add_local_forward(Options *, const Forward *);
 void     add_remote_forward(Options *, const Forward *);  void     add_remote_forward(Options *, const Forward *);

Legend:
Removed from v.1.96  
changed lines
  Added in v.1.97