mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
Deprecate duplicate/ unused functions
and fix obvious naming mistakes, mostly in documentation Signed-off-by: Sahana Prasad <sahana@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
committed by
Andreas Schneider
parent
2aa137947a
commit
4b3a6342db
@@ -735,7 +735,7 @@ int ssh_accept(ssh_session session) {
|
||||
}
|
||||
|
||||
int channel_write_stderr(ssh_channel channel, const void *data, uint32_t len) {
|
||||
return ssh_channel_write(channel, data, len);
|
||||
return ssh_channel_write_stderr(channel, data, len);
|
||||
}
|
||||
|
||||
/** @deprecated
|
||||
|
||||
Reference in New Issue
Block a user