summaryrefslogtreecommitdiffstats
path: root/libssh/libssh.map
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-05-04 10:06:49 +0000
committerAndreas Schneider <mail@cynapses.org>2009-05-04 10:06:49 +0000
commit152da0702351dce04b62999aa98efc57fbda4489 (patch)
tree99a98d1ee0b4e29d9c6616c9cbe0496ae837487a /libssh/libssh.map
parentdda7808851079f75042fd73850adb336eb53c8e8 (diff)
downloadlibssh-152da0702351dce04b62999aa98efc57fbda4489.tar.gz
libssh-152da0702351dce04b62999aa98efc57fbda4489.tar.xz
libssh-152da0702351dce04b62999aa98efc57fbda4489.zip
Implement channel_read() as a POSIX like function.
Create channel_read_buffer() to have the old version still available. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@700 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'libssh/libssh.map')
-rw-r--r--libssh/libssh.map4
1 files changed, 2 insertions, 2 deletions
diff --git a/libssh/libssh.map b/libssh/libssh.map
index c28d2e1..c865212 100644
--- a/libssh/libssh.map
+++ b/libssh/libssh.map
@@ -18,8 +18,8 @@ SSH_0.3 {
channel_request_pty; channel_request_pty_size; channel_change_pty_size;
channel_request_shell; channel_request_subsystem; channel_request_env;
channel_request_exec; channel_request_sftp; channel_write;
- channel_send_eof; channel_read; channel_poll; channel_close;
- channel_read_nonblocking; channel_is_open;
+ channel_send_eof; channel_read_buffer; channel_read; channel_read_nonblocking;
+ channel_poll; channel_close; channel_is_open;
channel_is_closed; channel_is_eof; channel_select;
ssh_options_new; ssh_options_copy; ssh_options_free; ssh_options_set_wanted_algos;
ssh_options_set_username; ssh_options_set_port; ssh_options_getopt;