cscg24-guacamole

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

libssh2_sftp_close.3 (578B)


      1.TH libssh2_sftp_close 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
      2.SH NAME
      3libssh2_sftp_close - convenience macro for \fIlibssh2_sftp_close_handle(3)\fP calls
      4.SH SYNOPSIS
      5.nf
      6#include <libssh2.h>
      7#include <libssh2_sftp.h>
      8
      9int
     10libssh2_sftp_close(LIBSSH2_SFTP_HANDLE *handle);
     11.fi
     12.SH DESCRIPTION
     13This is a macro defined in a public libssh2 header file that is using the
     14underlying function \fIlibssh2_sftp_close_handle(3)\fP.
     15.SH RETURN VALUE
     16See \fIlibssh2_sftp_close_handle(3)\fP
     17.SH ERRORS
     18See \fIlibssh2_sftp_close_handle(3)\fP
     19.SH SEE ALSO
     20.BR libssh2_sftp_close_handle(3)