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:
Sahana Prasad
2020-09-16 19:03:39 +02:00
committed by Andreas Schneider
parent 2aa137947a
commit 4b3a6342db
9 changed files with 37 additions and 32 deletions

View File

@@ -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