cscg24-guacamole

CSCG 2024 Challenge 'Guacamole Mashup'
git clone https://git.sinitax.com/sinitax/cscg24-guacamole
Log | Files | Refs | sfeed.txt

libssh2_session_get_blocking.3 (447B)


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