aboutsummaryrefslogtreecommitdiff
path: root/libssh/messages.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/messages.c')
-rw-r--r--libssh/messages.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libssh/messages.c b/libssh/messages.c
index f562d8d7..5c87aa2a 100644
--- a/libssh/messages.c
+++ b/libssh/messages.c
@@ -391,9 +391,9 @@ error:
return NULL;
}
-CHANNEL *ssh_message_channel_request_open_reply_accept(SSH_MESSAGE *msg) {
+ssh_channel ssh_message_channel_request_open_reply_accept(SSH_MESSAGE *msg) {
SSH_SESSION *session = msg->session;
- CHANNEL *chan = NULL;
+ ssh_channel chan = NULL;
enter_function();