comparison runopts.h @ 486:d59f628e7baa

propagate from branch 'au.asn.ucc.matt.dropbear.dbclient-netcat-alike' (head b02ba6628cf2095017c60d202ac630f231e6b553) to branch 'au.asn.ucc.matt.dropbear' (head 636506b73e973b004cc058b07e6f36a25ff902f8)
author Matt Johnston <matt@ucc.asn.au>
date Wed, 17 Sep 2008 14:49:12 +0000
parents 738313e73b1c 12d845ab7b5f
children b956d6151600
comparison
equal deleted inserted replaced
484:effb4a25b1ae 486:d59f628e7baa
116 struct TCPFwdList * remotefwds; 116 struct TCPFwdList * remotefwds;
117 #endif 117 #endif
118 #ifdef ENABLE_CLI_LOCALTCPFWD 118 #ifdef ENABLE_CLI_LOCALTCPFWD
119 struct TCPFwdList * localfwds; 119 struct TCPFwdList * localfwds;
120 #endif 120 #endif
121
122 #ifdef ENABLE_CLI_NETCAT
123 char *netcat_host;
124 unsigned int netcat_port;
125 #endif
121 #ifdef ENABLE_CLI_PROXYCMD 126 #ifdef ENABLE_CLI_PROXYCMD
122 char *proxycmd; 127 char *proxycmd;
123 #endif 128 #endif
124 129
125 } cli_runopts; 130 } cli_runopts;