File: libssh2_session_get_blocking.3

package info (click to toggle)
libssh2 1.4.3-4.1%2Bdeb8u1
  • links: PTS
  • area: main
  • in suites: jessie
  • size: 4,148 kB
  • ctags: 2,450
  • sloc: ansic: 22,406; sh: 11,469; makefile: 328; awk: 23
file content (12 lines) | stat: -rw-r--r-- 424 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
.TH libssh2_session_get_blocking 3 "1 Jun 2007" "libssh2 0.15" "libssh2 manual"
.SH NAME
libssh2_session_get_blocking - TODO
.SH SYNOPSIS
int libssh2_session_get_blocking(LIBSSH2_SESSION *session);
.SH DESCRIPTION
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.
.SH RETURN VALUE
See description.
.SH SEE ALSO
.BR libssh2_session_set_blocking(3)