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