From 6d2d3669f39f12182b79a0067f477b58948897f6 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Tue, 19 Aug 2014 23:08:56 +0800 Subject: Make keepalive handling more robust, this should now match what OpenSSH does --- chansession.h | 1 - 1 file changed, 1 deletion(-) (limited to 'chansession.h') diff --git a/chansession.h b/chansession.h index ef252ea..1a01d04 100644 --- a/chansession.h +++ b/chansession.h @@ -89,7 +89,6 @@ void cli_chansess_winchange(); #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; -- cgit v1.2.3