summaryrefslogtreecommitdiffstats
path: root/include/libssh/channels.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/channels.h')
-rw-r--r--include/libssh/channels.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libssh/channels.h b/include/libssh/channels.h
index 5b9fc789..ae45f269 100644
--- a/include/libssh/channels.h
+++ b/include/libssh/channels.h
@@ -68,6 +68,8 @@ SSH_PACKET_CALLBACK(ssh_packet_channel_open_conf);
SSH_PACKET_CALLBACK(ssh_packet_channel_open_fail);
SSH_PACKET_CALLBACK(ssh_packet_channel_success);
SSH_PACKET_CALLBACK(ssh_packet_channel_failure);
+SSH_PACKET_CALLBACK(ssh_request_success);
+SSH_PACKET_CALLBACK(ssh_request_denied);
ssh_channel channel_new(ssh_session session);
int channel_default_bufferize(ssh_channel channel, void *data, int len,