1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-05 01:02:39 +03:00

Added ssh_channel_write_stderr() for the server

This commit is contained in:
milo
2010-09-29 23:53:56 +02:00
committed by Aris Adamantiadis
parent 2617024136
commit 524302ca7e
2 changed files with 20 additions and 0 deletions

View File

@@ -199,6 +199,9 @@ LIBSSH_API int ssh_channel_request_send_exit_signal(ssh_channel channel,
int core,
const char *errmsg,
const char *lang);
LIBSSH_API int ssh_channel_write_stderr(ssh_channel channel,
const void *data,
uint32_t len);
/* deprecated functions */
SSH_DEPRECATED LIBSSH_API int ssh_accept(ssh_session session);