[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.155 and 1.156

version 1.155, 2021/07/02 05:11:21 version 1.156, 2022/03/18 04:04:11
Line 295 
Line 295 
 void     process_permitopen(struct ssh *ssh, ServerOptions *options);  void     process_permitopen(struct ssh *ssh, ServerOptions *options);
 void     load_server_config(const char *, struct sshbuf *);  void     load_server_config(const char *, struct sshbuf *);
 void     parse_server_config(ServerOptions *, const char *, struct sshbuf *,  void     parse_server_config(ServerOptions *, const char *, struct sshbuf *,
             struct include_list *includes, struct connection_info *);              struct include_list *includes, struct connection_info *, int);
 void     parse_server_match_config(ServerOptions *,  void     parse_server_match_config(ServerOptions *,
             struct include_list *includes, struct connection_info *);              struct include_list *includes, 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.155  
changed lines
  Added in v.1.156