1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-14 04:18:54 +03:00

legacy: Added missing channel_write_stderr.

This commit is contained in:
Andreas Schneider
2011-02-23 12:38:45 +01:00
parent 8d3823127c
commit dab8f847e6
2 changed files with 7 additions and 0 deletions

View File

@@ -235,6 +235,8 @@ LIBSSH_API int ssh_channel_write_stderr(ssh_channel channel,
/* deprecated functions */
SSH_DEPRECATED LIBSSH_API int ssh_accept(ssh_session session);
SSH_DEPRECATED LIBSSH_API int channel_write_stderr(ssh_channel channel,
const void *data, uint32_t len);
#ifdef __cplusplus
}