diff options
-rw-r--r-- | libssh/server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/server.c b/libssh/server.c index 1636123..4f7f73b 100644 --- a/libssh/server.c +++ b/libssh/server.c @@ -781,7 +781,7 @@ int ssh_message_channel_request_open_destination_port(SSH_MESSAGE *msg){ return msg->channel_request_open.destination_port; } -CHANNEL *ssh_message_channel_request_channel(SSH_MESSAGE *msg){ +ssh_channel ssh_message_channel_request_channel(SSH_MESSAGE *msg){ return msg->channel_request.channel; } |