diff options
author | Andreas Schneider <asn@cryptomilk.org> | 2011-02-23 12:38:45 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2011-02-23 12:39:25 +0100 |
commit | ca639ceb63142d1cc3194791787d37f38ccd471d (patch) | |
tree | c5b577fbad8a7b7ef281ee6c743bc395295d3479 /include/libssh/server.h | |
parent | e85537aac497f6f3834b36f40326389df51ae6bf (diff) | |
download | libssh-ca639ceb63142d1cc3194791787d37f38ccd471d.tar.gz libssh-ca639ceb63142d1cc3194791787d37f38ccd471d.tar.xz libssh-ca639ceb63142d1cc3194791787d37f38ccd471d.zip |
legacy: Added missing channel_write_stderr.
Diffstat (limited to 'include/libssh/server.h')
-rw-r--r-- | include/libssh/server.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libssh/server.h b/include/libssh/server.h index cd334c1d..4ede5193 100644 --- a/include/libssh/server.h +++ b/include/libssh/server.h @@ -230,6 +230,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 } |