summaryrefslogtreecommitdiffstats
path: root/libssh/libssh.map
diff options
context:
space:
mode:
authorVic Lee <llyzs@163.com>2009-07-30 22:13:20 +0800
committerAndreas Schneider <mail@cynapses.org>2009-07-31 11:17:51 +0200
commit63053541e6bc477f0260b81871c2e8bf08e77ddd (patch)
tree4b4f82087f9e2a7736ce76780bffdbb2388fb85e /libssh/libssh.map
parenta040e2e3dbb18399a5c4b48d6187d18cbbd6da78 (diff)
downloadlibssh-63053541e6bc477f0260b81871c2e8bf08e77ddd.tar.gz
libssh-63053541e6bc477f0260b81871c2e8bf08e77ddd.tar.xz
libssh-63053541e6bc477f0260b81871c2e8bf08e77ddd.zip
Add x11 forwarding support for ssh client
Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Andreas Schneider <mail@cynapses.org>
Diffstat (limited to 'libssh/libssh.map')
-rw-r--r--libssh/libssh.map2
1 files changed, 2 insertions, 0 deletions
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;