aboutsummaryrefslogtreecommitdiff
path: root/libssh/messages.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/messages.c')
-rw-r--r--libssh/messages.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libssh/messages.c b/libssh/messages.c
index 8cd9ab5..0d3620c 100644
--- a/libssh/messages.c
+++ b/libssh/messages.c
@@ -444,6 +444,7 @@ end:
return SSH_PACKET_USED;
}
+/* TODO: make this function accept a ssh_channel */
ssh_channel ssh_message_channel_request_open_reply_accept(ssh_message msg) {
ssh_session session = msg->session;
ssh_channel chan = NULL;