aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/server.h
diff options
context:
space:
mode:
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 6614ada4..cd334c1d 100644
--- a/include/libssh/server.h
+++ b/include/libssh/server.h
@@ -167,8 +167,6 @@ LIBSSH_API int ssh_handle_key_exchange(ssh_session session);
*/
LIBSSH_API void ssh_bind_free(ssh_bind ssh_bind_o);
-LIBSSH_API int channel_write_stderr(ssh_channel channel, const void *data, uint32_t len);
-
/* messages.c */
LIBSSH_API int ssh_message_reply_default(ssh_message msg);