aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libssh/session.h2
1 files changed, 1 insertions, 1 deletions
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_ */