comparison runopts.h @ 1466:f787f60f8e45

bind to port as well with -b
author Matt Johnston <matt@ucc.asn.au>
date Fri, 26 Jan 2018 00:27:48 +0800
parents f7a53832501d
children 2d450c1056e3
comparison
equal deleted inserted replaced
1465:f7a53832501d 1466:f787f60f8e45
166 #endif 166 #endif
167 #if DROPBEAR_CLI_PROXYCMD 167 #if DROPBEAR_CLI_PROXYCMD
168 char *proxycmd; 168 char *proxycmd;
169 #endif 169 #endif
170 char *bind_address; 170 char *bind_address;
171 char *bind_port;
171 } cli_runopts; 172 } cli_runopts;
172 173
173 extern cli_runopts cli_opts; 174 extern cli_runopts cli_opts;
174 void cli_getopts(int argc, char ** argv); 175 void cli_getopts(int argc, char ** argv);
175 176