diff options
author | Vic Lee <llyzs@163.com> | 2009-07-30 22:13:20 +0800 |
---|---|---|
committer | Andreas Schneider <mail@cynapses.org> | 2009-07-31 11:17:51 +0200 |
commit | 63053541e6bc477f0260b81871c2e8bf08e77ddd (patch) | |
tree | 4b4f82087f9e2a7736ce76780bffdbb2388fb85e /libssh/libssh.def | |
parent | a040e2e3dbb18399a5c4b48d6187d18cbbd6da78 (diff) | |
download | libssh-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.def')
-rw-r--r-- | libssh/libssh.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libssh/libssh.def b/libssh/libssh.def index 0989ec3..b679db5 100644 --- a/libssh/libssh.def +++ b/libssh/libssh.def @@ -26,6 +26,8 @@ channel_request_pty_size channel_request_sftp channel_request_shell channel_request_subsystem +channel_request_x11 +channel_accept_x11 channel_select channel_send_eof channel_set_blocking |