From 514ab6eed2b520d14a1dce783e3180db11f460a4 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Fri, 8 Jan 2010 23:05:10 +0100 Subject: Fixed blocking bug in channel_poll --- 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 900de0f9..c3018226 100644 --- a/include/libssh/session.h +++ b/include/libssh/session.h @@ -143,6 +143,6 @@ struct ssh_session_struct { }; -int ssh_handle_packets(ssh_session session); +int ssh_handle_packets(ssh_session session, int timeout); #endif /* SESSION_H_ */ -- cgit