include: Do not declare ssh_channel_new() twice

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit ae2b9a3bde)
This commit is contained in:
Andreas Schneider
2018-09-25 13:56:19 +02:00
parent 277ee932d6
commit 781ce47dea

View File

@@ -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);