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 16:41:31 +0200
commit781ce47deac0d05766e6e931fe3632e50dd0ab96 (patch)
tree55afddf84eee3f95f10432134bb3244cdb3488ea
parent277ee932d61152c0312649af9e3a35104804820a (diff)
downloadlibssh-781ce47deac0d05766e6e931fe3632e50dd0ab96.tar.gz
libssh-781ce47deac0d05766e6e931fe3632e50dd0ab96.tar.xz
libssh-781ce47deac0d05766e6e931fe3632e50dd0ab96.zip
include: Do not declare ssh_channel_new() twice
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> (cherry picked from commit ae2b9a3bde5f6a596029383ec19ad0fe9ff639ea)
-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);