aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libssh/session.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/libssh/session.h b/include/libssh/session.h
index f0ad951b..0c015fa0 100644
--- a/include/libssh/session.h
+++ b/include/libssh/session.h
@@ -235,8 +235,10 @@ struct ssh_session_struct {
*/
typedef int (*ssh_termination_function)(void *user);
int ssh_handle_packets(ssh_session session, int timeout);
-int ssh_handle_packets_termination(ssh_session session, int timeout,
- ssh_termination_function fct, void *user);
+int ssh_handle_packets_termination(ssh_session session,
+ long timeout,
+ ssh_termination_function fct,
+ void *user);
void ssh_socket_exception_callback(int code, int errno_code, void *user);
#endif /* SESSION_H_ */