aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/libssh/channels.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libssh/channels.h b/include/libssh/channels.h
index e3344890..19d29607 100644
--- a/include/libssh/channels.h
+++ b/include/libssh/channels.h
@@ -92,7 +92,6 @@ SSH_PACKET_CALLBACK(channel_rcv_close);
SSH_PACKET_CALLBACK(channel_rcv_request);
SSH_PACKET_CALLBACK(channel_rcv_data);
-ssh_channel ssh_channel_new(ssh_session session);
int channel_default_bufferize(ssh_channel channel, void *data, int len,
int is_stderr);
int ssh_channel_flush(ssh_channel channel);