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

Diff for /src/usr.bin/ssh/servconf.h between version 1.135 and 1.136

version 1.135, 2018/07/03 10:59:35 version 1.136, 2018/07/09 21:26:02
Line 259 
Line 259 
 int      process_server_config_line(ServerOptions *, char *, const char *, int,  int      process_server_config_line(ServerOptions *, char *, const char *, int,
              int *, struct connection_info *);               int *, struct connection_info *);
 void     process_permitopen(struct ssh *ssh, ServerOptions *options);  void     process_permitopen(struct ssh *ssh, ServerOptions *options);
 void     load_server_config(const char *, Buffer *);  void     load_server_config(const char *, struct sshbuf *);
 void     parse_server_config(ServerOptions *, const char *, Buffer *,  void     parse_server_config(ServerOptions *, const char *, struct sshbuf *,
              struct connection_info *);               struct connection_info *);
 void     parse_server_match_config(ServerOptions *, struct connection_info *);  void     parse_server_match_config(ServerOptions *, struct connection_info *);
 int      parse_server_match_testspec(struct connection_info *, char *);  int      parse_server_match_testspec(struct connection_info *, char *);

Legend:
Removed from v.1.135  
changed lines
  Added in v.1.136