From 63053541e6bc477f0260b81871c2e8bf08e77ddd Mon Sep 17 00:00:00 2001 From: Vic Lee Date: Thu, 30 Jul 2009 22:13:20 +0800 Subject: Add x11 forwarding support for ssh client Signed-off-by: Vic Lee Signed-off-by: Andreas Schneider --- libssh/libssh.map | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libssh/libssh.map') diff --git a/libssh/libssh.map b/libssh/libssh.map index b5d53965..c7bdd238 100644 --- a/libssh/libssh.map +++ b/libssh/libssh.map @@ -187,6 +187,8 @@ SSH_0.3 { SSH_0.4 { global: channel_write_stderr; + channel_request_x11; + channel_accept_x11; sftp_extensions_get_count; sftp_extensions_get_data; sftp_extensions_get_name; -- cgit