[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.138 and 1.139

version 1.138, 2018/11/19 04:12:32 version 1.139, 2019/01/19 21:37:48
Line 256 
Line 256 
                 M_CP_STRARRAYOPT(permitted_listens, num_permitted_listens); \                  M_CP_STRARRAYOPT(permitted_listens, num_permitted_listens); \
         } while (0)          } while (0)
   
 struct connection_info *get_connection_info(int, int);  struct connection_info *get_connection_info(struct ssh *, int, int);
 void     initialize_server_options(ServerOptions *);  void     initialize_server_options(ServerOptions *);
 void     fill_default_server_options(ServerOptions *);  void     fill_default_server_options(ServerOptions *);
 int      process_server_config_line(ServerOptions *, char *, const char *, int,  int      process_server_config_line(ServerOptions *, char *, const char *, int,

Legend:
Removed from v.1.138  
changed lines
  Added in v.1.139