From dab8f847e6581e567879c8b5ca7724d849049498 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 23 Feb 2011 12:38:45 +0100 Subject: legacy: Added missing channel_write_stderr. --- include/libssh/server.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/libssh/server.h') diff --git a/include/libssh/server.h b/include/libssh/server.h index 8f67d26..d107f7e 100644 --- a/include/libssh/server.h +++ b/include/libssh/server.h @@ -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 } -- cgit