Mercurial > dropbear
comparison runopts.h @ 458:c1e9c81d1d27 agent-client
propagate from branch 'au.asn.ucc.matt.dropbear' (head 8a7db1e2fdc5636abb338adb636babc32f465739)
to branch 'au.asn.ucc.matt.dropbear.cli-agent' (head d82c25da2f7e4fb6da510d806c64344e80bb270d)
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 16 Aug 2007 13:34:37 +0000 |
parents | 7e43f5e473b9 79bf1023cf11 |
children | d588e3ea557a |
comparison
equal
deleted
inserted
replaced
457:e430a26064ee | 458:c1e9c81d1d27 |
---|---|
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_AGENTFWD | |
121 int agent_fwd; | |
122 int agent_keys_loaded; /* whether pubkeys has been populated with a | |
123 list of keys held by the agent */ | |
124 #endif | |
120 | 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); |