Libssh2 channel x11 req ex
From Libssh2
int libssh2_channel_x11_req_ex(LIBSSH2_CHANNEL *channel, int single_connection, char *auth_proto, char *auth_cookie, int screen_number);
#define libssh2_channel_x11_req(channel, screen_number) \
libssh2_channel_x11_req_ex((channel), 0, NULL, NULL, (screen_number))
[edit]
About
Currently Undocumented
[edit]
Parameters
- channel
- Previously opened channel instance such as returned by libssh2_channel_open_session().
- single_connection
- auth_proto
- auth_cookie
- screen_number
[edit]
Returns
- On Success: 0
- On Failure: -1
