From ec02ce0ec211f7935643b65fb489ad0c6cfde7e8 Mon Sep 17 00:00:00 2001 From: milo Date: Fri, 7 Aug 2009 00:19:20 +0200 Subject: Fix a typo: CHANNEL * -> ssh_channel Signed-off-by: Andreas Schneider --- libssh/server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libssh/server.c') 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; } -- cgit