comparison runopts.h @ 485:12d845ab7b5f dbclient-netcat-alike

Rework netcat-alike to be a proper mode, with -B argument.
author Matt Johnston <matt@ucc.asn.au>
date Wed, 17 Sep 2008 14:36:49 +0000
parents 7e43f5e473b9
children d59f628e7baa
comparison
equal deleted inserted replaced
478:d4f32c3443ac 485:12d845ab7b5f
116 #endif 116 #endif
117 #ifdef ENABLE_CLI_LOCALTCPFWD 117 #ifdef ENABLE_CLI_LOCALTCPFWD
118 struct TCPFwdList * localfwds; 118 struct TCPFwdList * localfwds;
119 #endif 119 #endif
120 120
121 #ifdef ENABLE_CLI_NETCAT
122 char *netcat_host;
123 unsigned int netcat_port;
124 #endif
125
121 } cli_runopts; 126 } cli_runopts;
122 127
123 extern cli_runopts cli_opts; 128 extern cli_runopts cli_opts;
124 void cli_getopts(int argc, char ** argv); 129 void cli_getopts(int argc, char ** argv);
125 130