[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.100 and 1.101

version 1.100, 2014/01/29 06:18:35 version 1.101, 2014/02/23 20:11:36
Line 176 
Line 176 
   
 void     initialize_options(Options *);  void     initialize_options(Options *);
 void     fill_default_options(Options *);  void     fill_default_options(Options *);
   void     fill_default_options_for_canonicalization(Options *);
 int      process_config_line(Options *, struct passwd *, const char *, char *,  int      process_config_line(Options *, struct passwd *, const char *, char *,
     const char *, int, int *, int);      const char *, int, int *, int);
 int      read_config_file(const char *, struct passwd *, const char *,  int      read_config_file(const char *, struct passwd *, const char *,
     Options *, int);      Options *, int);
 int      parse_forward(Forward *, const char *, int, int);  int      parse_forward(Forward *, const char *, int, int);
 int      default_ssh_port(void);  int      default_ssh_port(void);
   int      option_clear_or_none(const char *);
   
 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.100  
changed lines
  Added in v.1.101