mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-12-03 13:31:11 +03:00
session: Use long for the timeout
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -658,7 +658,7 @@ int ssh_handle_packets(ssh_session session, int timeout) {
|
||||
* @return SSH_OK on success, SSH_ERROR otherwise.
|
||||
*/
|
||||
int ssh_handle_packets_termination(ssh_session session,
|
||||
int timeout,
|
||||
long timeout,
|
||||
ssh_termination_function fct,
|
||||
void *user)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user