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 --- include/libssh/server.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/libssh/server.h') diff --git a/include/libssh/server.h b/include/libssh/server.h index 915edd8..0fa8c1b 100644 --- a/include/libssh/server.h +++ b/include/libssh/server.h @@ -162,9 +162,9 @@ char *ssh_message_auth_password(SSH_MESSAGE *msg); int ssh_message_auth_reply_success(SSH_MESSAGE *msg,int partial); int ssh_message_auth_set_methods(SSH_MESSAGE *msg, int methods); -CHANNEL *ssh_message_channel_request_open_reply_accept(SSH_MESSAGE *msg); +ssh_channel ssh_message_channel_request_open_reply_accept(SSH_MESSAGE *msg); -CHANNEL *ssh_message_channel_request_channel(SSH_MESSAGE *msg); +ssh_channel ssh_message_channel_request_channel(SSH_MESSAGE *msg); // returns the TERM env variable char *ssh_message_channel_request_pty_term(SSH_MESSAGE *msg); char *ssh_message_channel_request_subsystem(SSH_MESSAGE *msg); -- cgit