diff options
Diffstat (limited to 'include/libssh/channels.h')
-rw-r--r-- | include/libssh/channels.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libssh/channels.h b/include/libssh/channels.h index 6e3bb285..cd91793c 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, |