summaryrefslogtreecommitdiffstats
path: root/include/libssh/server.h
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-07-29 16:34:21 +0200
committerAndreas Schneider <mail@cynapses.org>2009-07-29 18:42:10 +0200
commit60837b1538e4d61cb847d382a8a608e333f6d0fd (patch)
tree17cb729ab1af51f40ba7f42fa43848cfd40ac78d /include/libssh/server.h
parentdebfd1f3a3c1829ae9a762588463ad7ec1b78abd (diff)
downloadlibssh-60837b1538e4d61cb847d382a8a608e333f6d0fd.tar.gz
libssh-60837b1538e4d61cb847d382a8a608e333f6d0fd.tar.xz
libssh-60837b1538e4d61cb847d382a8a608e333f6d0fd.zip
Add channel_write_stderr prototype to the right header file.
Signed-off-by: Andreas Schneider <mail@cynapses.org>
Diffstat (limited to 'include/libssh/server.h')
-rw-r--r--include/libssh/server.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libssh/server.h b/include/libssh/server.h
index b06ff897..69eb50b2 100644
--- a/include/libssh/server.h
+++ b/include/libssh/server.h
@@ -174,8 +174,6 @@ char *ssh_message_service_service(SSH_MESSAGE *msg);
void ssh_set_message_callback(SSH_SESSION *session,
int(*ssh_message_callback)(ssh_session session, struct ssh_message *msg));
-int channel_write_stderr(ssh_channel channel, const void *data, uint32_t len);
-
char *ssh_message_channel_request_open_originator(SSH_MESSAGE *msg);
int ssh_message_channel_request_open_originator_port(SSH_MESSAGE *msg);
char *ssh_message_channel_request_open_destination(SSH_MESSAGE *msg);