2009-03-16 16:00:45 +01:00
|
|
|
.TH libssh2_session_get_blocking 3 "1 Jun 2007" "libssh2 0.15" "libssh2 manual"
|
|
|
|
.SH NAME
|
|
|
|
libssh2_session_get_blocking - TODO
|
|
|
|
.SH SYNOPSIS
|
2009-03-23 14:20:48 +01:00
|
|
|
int libssh2_session_get_blocking(LIBSSH2_SESSION *session);
|
2009-03-16 16:00:45 +01:00
|
|
|
.SH DESCRIPTION
|
2009-03-23 14:20:48 +01:00
|
|
|
Returns 0 if the state of the session has previously be set to non-blocking
|
|
|
|
and it returns 1 if the state was set to blocking.
|
2009-03-16 16:00:45 +01:00
|
|
|
.SH RETURN VALUE
|
2009-03-23 14:20:48 +01:00
|
|
|
See description.
|
2009-03-16 16:00:45 +01:00
|
|
|
.SH SEE ALSO
|
2009-03-23 14:20:48 +01:00
|
|
|
.BR libssh2_session_set_blocking(3)
|