1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-27 13:21:11 +03:00

Move channel_write_stderr to server.c.

This commit is contained in:
Andreas Schneider
2009-07-29 23:21:01 +02:00
parent 1355029ec9
commit bccb9b16a5
5 changed files with 22 additions and 19 deletions

View File

@@ -285,7 +285,6 @@ int channel_request_env(ssh_channel channel, const char *name, const char *value
int channel_request_exec(ssh_channel channel, const char *cmd);
int channel_request_sftp(ssh_channel channel);
int channel_write(ssh_channel channel, const void *data, uint32_t len);
int channel_write_stderr(ssh_channel channel, const void *data, uint32_t len);
int channel_send_eof(ssh_channel channel);
int channel_is_eof(ssh_channel channel);
int channel_read(ssh_channel channel, void *dest, uint32_t count, int is_stderr);