1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2026-01-06 14:21:55 +03:00

Fixed blocking bug in channel_poll

This commit is contained in:
Aris Adamantiadis
2010-01-08 23:05:10 +01:00
parent c41e3a8e68
commit 514ab6eed2
7 changed files with 26 additions and 21 deletions

View File

@@ -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_ */