Mercurial > dropbear
diff 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 |
line wrap: on
line diff
--- a/chansession.h Wed Aug 13 22:07:43 2014 +0800 +++ b/chansession.h Tue Aug 19 23:08:56 2014 +0800 @@ -89,7 +89,6 @@ #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;