aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/channels.h
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2010-01-03 23:23:56 +0100
committerAris Adamantiadis <aris@0xbadc0de.be>2010-01-03 23:23:56 +0100
commitb25ebf4bdb67fb744e923737e4fb542acbdbede3 (patch)
tree1d19e68a9660e549fec96ecc9389ae4dfb15f3d0 /include/libssh/channels.h
parent804bb44edaba78d0181b1d85d2e7fa832027f393 (diff)
downloadlibssh-b25ebf4bdb67fb744e923737e4fb542acbdbede3.tar.gz
libssh-b25ebf4bdb67fb744e923737e4fb542acbdbede3.tar.xz
libssh-b25ebf4bdb67fb744e923737e4fb542acbdbede3.zip
Removed channel_handle now unused function
Diffstat (limited to 'include/libssh/channels.h')
-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 4bfcb524..5b9fc789 100644
--- a/include/libssh/channels.h
+++ b/include/libssh/channels.h
@@ -69,7 +69,6 @@ SSH_PACKET_CALLBACK(ssh_packet_channel_open_fail);
SSH_PACKET_CALLBACK(ssh_packet_channel_success);
SSH_PACKET_CALLBACK(ssh_packet_channel_failure);
-void channel_handle(ssh_session session, int type);
ssh_channel channel_new(ssh_session session);
int channel_default_bufferize(ssh_channel channel, void *data, int len,
int is_stderr);