From 2bc8819e8f68014ba35d03e56393e4d0c16386f8 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Fri, 24 Jul 2009 22:15:33 +0200 Subject: Changes all CHANNEL * to ssh_channel --- libssh/messages.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libssh/messages.c') diff --git a/libssh/messages.c b/libssh/messages.c index f562d8d..5c87aa2 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(); -- cgit