cscg24-guacamole

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

libssh2_channel_ignore_extended_data.3 (816B)


      1.TH libssh2_channel_ignore_extended_data 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
      2.SH NAME
      3libssh2_channel_ignore_extended_data - convenience macro for \fIlibssh2_channel_handle_extended_data(3)\fP calls
      4.SH SYNOPSIS
      5.nf
      6#include <libssh2.h>
      7
      8void
      9libssh2_channel_ignore_extended_data(LIBSSH2_CHANNEL *channel,
     10                                     int ignore_mode);
     11.fi
     12.SH DESCRIPTION
     13This function is deprecated. Use the
     14\fIlibssh2_channel_handle_extended_data2(3)\fP function instead!
     15
     16This is a macro defined in a public libssh2 header file that is using the
     17underlying function \fIlibssh2_channel_handle_extended_data(3)\fP.
     18.SH RETURN VALUE
     19See \fIlibssh2_channel_handle_extended_data(3)\fP
     20.SH ERRORS
     21See \fIlibssh2_channel_handle_extended_data(3)\fP
     22.SH SEE ALSO
     23.BR libssh2_channel_handle_extended_data(3)