From 8d1faa0dbc61cd5f27d541367656ac4b15d5c6f5 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sun, 27 Dec 2009 00:06:34 +0100 Subject: Made channel_open_session partially asynchronous --- include/libssh/channels.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/libssh') diff --git a/include/libssh/channels.h b/include/libssh/channels.h index 6e3bb28..cd91793 100644 --- a/include/libssh/channels.h +++ b/include/libssh/channels.h @@ -46,6 +46,9 @@ struct ssh_channel_struct { int exit_status; }; +SSH_PACKET_CALLBACK(ssh_packet_channel_open_conf); +SSH_PACKET_CALLBACK(ssh_packet_channel_open_fail); + 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, -- cgit