geom_gate userland utility improvements
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

13 lines
424 B

  1. .TH libssh2_session_get_blocking 3 "1 Jun 2007" "libssh2 0.15" "libssh2 manual"
  2. .SH NAME
  3. libssh2_session_get_blocking - TODO
  4. .SH SYNOPSIS
  5. int libssh2_session_get_blocking(LIBSSH2_SESSION *session);
  6. .SH DESCRIPTION
  7. Returns 0 if the state of the session has previously be set to non-blocking
  8. and it returns 1 if the state was set to blocking.
  9. .SH RETURN VALUE
  10. See description.
  11. .SH SEE ALSO
  12. .BR libssh2_session_set_blocking(3)