Mercurial > dropbear
comparison chansession.h @ 970:0bb16232e7c4
Make keepalive handling more robust, this should now match what OpenSSH does
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 19 Aug 2014 23:08:56 +0800 |
parents | 818108bf7749 |
children | eb5cb4f45cd6 |
comparison
equal
deleted
inserted
replaced
969:939944f0fca9 | 970:0bb16232e7c4 |
---|---|
87 void cli_tty_cleanup(); | 87 void cli_tty_cleanup(); |
88 void cli_chansess_winchange(); | 88 void cli_chansess_winchange(); |
89 #ifdef ENABLE_CLI_NETCAT | 89 #ifdef ENABLE_CLI_NETCAT |
90 void cli_send_netcat_request(); | 90 void cli_send_netcat_request(); |
91 #endif | 91 #endif |
92 void cli_start_send_channel_request(struct Channel *channel, unsigned char *type); | |
93 | 92 |
94 void svr_chansessinitialise(); | 93 void svr_chansessinitialise(); |
95 extern const struct ChanType svrchansess; | 94 extern const struct ChanType svrchansess; |
96 | 95 |
97 struct SigMap { | 96 struct SigMap { |