comparison runopts.h @ 1465:f7a53832501d

cli_bind_address_connect * replaces -b dummy option in dbclient to be similar with openssh -b option * useful in multi-wan connections
author houseofkodai <karthik@houseofkodai.in>
date Mon, 01 May 2017 08:26:15 +0530
parents 517c67cbcd31
children f787f60f8e45
comparison
equal deleted inserted replaced
1464:ad637c9e0f6f 1465:f7a53832501d
165 unsigned int netcat_port; 165 unsigned int netcat_port;
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 } cli_runopts; 171 } cli_runopts;
171 172
172 extern cli_runopts cli_opts; 173 extern cli_runopts cli_opts;
173 void cli_getopts(int argc, char ** argv); 174 void cli_getopts(int argc, char ** argv);
174 175