diff options
author | Andreas Schneider <mail@cynapses.org> | 2009-07-29 23:21:01 +0200 |
---|---|---|
committer | Andreas Schneider <mail@cynapses.org> | 2009-07-29 23:21:01 +0200 |
commit | bccb9b16a58c0f43ff03c39c81db9c0a17d4549b (patch) | |
tree | 46b82f2b2f7a0b2d6dfb16fba5880337ddc52b66 /include/libssh/libssh.h | |
parent | 1355029ec9059ef190b8c8bfd1cb2170b4112313 (diff) | |
download | libssh-bccb9b16a58c0f43ff03c39c81db9c0a17d4549b.tar.gz libssh-bccb9b16a58c0f43ff03c39c81db9c0a17d4549b.tar.xz libssh-bccb9b16a58c0f43ff03c39c81db9c0a17d4549b.zip |
Move channel_write_stderr to server.c.
Diffstat (limited to 'include/libssh/libssh.h')
-rw-r--r-- | include/libssh/libssh.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 8d2075f..924992a 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -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); |