aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-09-25 13:56:19 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-09-25 14:37:25 +0200
commitae2b9a3bde5f6a596029383ec19ad0fe9ff639ea (patch)
treefb2a01ff769e52443260ce0bd2d8e67e25e18dc0
parent1d7520b68a5132cec07e5403291a63f300c87a75 (diff)
downloadlibssh-ae2b9a3bde5f6a596029383ec19ad0fe9ff639ea.tar.gz
libssh-ae2b9a3bde5f6a596029383ec19ad0fe9ff639ea.tar.xz
libssh-ae2b9a3bde5f6a596029383ec19ad0fe9ff639ea.zip
include: Do not declare ssh_channel_new() twice
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
-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);