From 92ca76721aa06eb12d68489e48947db177667fd2 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Thu, 11 Feb 2010 23:08:07 +0100 Subject: More C++ wrapper work. Wrote stubs of functions needed in the wrapper Created an Exception class which greatly simplifies the use of libssh in C++ --- libssh/messages.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libssh') diff --git a/libssh/messages.c b/libssh/messages.c index 8cd9ab55..0d3620c0 100644 --- a/libssh/messages.c +++ b/libssh/messages.c @@ -444,6 +444,7 @@ end: return SSH_PACKET_USED; } +/* TODO: make this function accept a ssh_channel */ ssh_channel ssh_message_channel_request_open_reply_accept(ssh_message msg) { ssh_session session = msg->session; ssh_channel chan = NULL; -- cgit v1.2.3