1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-30 13:01:23 +03:00

Removed channel_handle now unused function

This commit is contained in:
Aris Adamantiadis
2010-01-03 23:23:56 +01:00
parent 804bb44eda
commit b25ebf4bdb
2 changed files with 0 additions and 27 deletions

View File

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