aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libssh/channels.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libssh/channels.h b/include/libssh/channels.h
index 71f89ca5..c35daf1c 100644
--- a/include/libssh/channels.h
+++ b/include/libssh/channels.h
@@ -103,6 +103,7 @@ void ssh_channel_do_free(ssh_channel channel);
#ifdef WITH_SSH1
SSH_PACKET_CALLBACK(ssh_packet_data1);
SSH_PACKET_CALLBACK(ssh_packet_close1);
+SSH_PACKET_CALLBACK(ssh_packet_exist_status1);
/* channels1.c */
int channel_open_session1(ssh_channel channel);