From e94bff02ba513628088fd112c5c7cbd9f9a4a57f Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Wed, 12 May 2010 21:58:09 +0200 Subject: Respond to keepalives/global requests --- include/libssh/session.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libssh') diff --git a/include/libssh/session.h b/include/libssh/session.h index e95e2351..33106d24 100644 --- a/include/libssh/session.h +++ b/include/libssh/session.h @@ -118,5 +118,5 @@ struct ssh_session_struct { }; int ssh_handle_packets(ssh_session session); - +void ssh_global_request_handle(ssh_session session); #endif /* SESSION_H_ */ -- cgit