From ae17fbcd2c71b26cbe7481e4d211d835f673e313 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Tue, 5 Jul 2005 01:38:41 +0000 Subject: [PATCH] BFN --- README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README b/README index dc584a9..4ad268c 100644 --- a/README +++ b/README @@ -4,7 +4,11 @@ libssh2 - SSH2 library Version 0.11 ------------ - Added libssh2_userauth_keyboard_interactive_ex() -- Code contributed by Mikhail Gusarov + Added libssh2_chnnale_get_exit_status() -- Mikhail + + Added libssh2_channel_wait_closed() -- Mikhail + + Added libssh2_userauth_keyboard_interactive_ex() -- Mikhail Added libssh2_channel_receive_window_adjust() to be able to increase the size of the receive window.