Mercurial > dropbear
diff chansession.h @ 560:52d7301e46bd agent-client
Agent forwarding works
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 30 Jul 2009 15:14:33 +0000 |
parents | cf376c696dfc |
children | 6f472dc54da7 |
line wrap: on
line diff
--- a/chansession.h Wed Jul 29 02:58:33 2009 +0000 +++ b/chansession.h Thu Jul 30 15:14:33 2009 +0000 @@ -81,6 +81,7 @@ #ifdef ENABLE_CLI_NETCAT void cli_send_netcat_request(); #endif +void cli_start_send_channel_request(struct Channel *channel, unsigned char *type); void svr_chansessinitialise(); extern const struct ChanType svrchansess;