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/priv.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/priv.h')
-rw-r--r-- | include/libssh/priv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libssh/priv.h b/include/libssh/priv.h index 6b1cd3c..ead6cfc 100644 --- a/include/libssh/priv.h +++ b/include/libssh/priv.h @@ -689,6 +689,8 @@ int channel_default_bufferize(ssh_channel channel, void *data, int len, int is_stderr); uint32_t ssh_channel_new_id(SSH_SESSION *session); ssh_channel ssh_channel_from_local(SSH_SESSION *session, uint32_t id); +int channel_write_common(ssh_channel channel, const void *data, + uint32_t len, int is_stderr); /* options.c */ |