comparison runopts.h @ 479:e3db1f7a2e43

- Split main socket var into ses.sock_in/ses.sock_out in preparation for -J proxy_cmd option (and some prelim options for that)
author Matt Johnston <matt@ucc.asn.au>
date Mon, 15 Sep 2008 12:51:50 +0000
parents 7e43f5e473b9
children 738313e73b1c
comparison
equal deleted inserted replaced
477:657c045054ab 479:e3db1f7a2e43
115 struct TCPFwdList * remotefwds; 115 struct TCPFwdList * remotefwds;
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 #ifdef ENABLE_CLI_PROXYCMD
121 char *proxycmd;
122 #endif
120 123
121 } cli_runopts; 124 } cli_runopts;
122 125
123 extern cli_runopts cli_opts; 126 extern cli_runopts cli_opts;
124 void cli_getopts(int argc, char ** argv); 127 void cli_getopts(int argc, char ** argv);