Mercurial > dropbear
comparison 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 |
comparison
equal
deleted
inserted
replaced
559:7f66b8e40f2d | 560:52d7301e46bd |
---|---|
79 void cli_tty_cleanup(); | 79 void cli_tty_cleanup(); |
80 void cli_chansess_winchange(); | 80 void cli_chansess_winchange(); |
81 #ifdef ENABLE_CLI_NETCAT | 81 #ifdef ENABLE_CLI_NETCAT |
82 void cli_send_netcat_request(); | 82 void cli_send_netcat_request(); |
83 #endif | 83 #endif |
84 void cli_start_send_channel_request(struct Channel *channel, unsigned char *type); | |
84 | 85 |
85 void svr_chansessinitialise(); | 86 void svr_chansessinitialise(); |
86 extern const struct ChanType svrchansess; | 87 extern const struct ChanType svrchansess; |
87 | 88 |
88 struct SigMap { | 89 struct SigMap { |