summaryrefslogtreecommitdiffstats
path: root/libssh/libssh.map
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2009-08-09 22:51:03 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2009-08-09 22:51:03 +0200
commitf92e12c7b0950666fbbe8a8fabc7258a831dbab1 (patch)
tree1761957f42b3138ee316aaf6833713a3820e2ab4 /libssh/libssh.map
parente4da8b99feb82f4b86ec158b8056d24c3a2dde7d (diff)
downloadlibssh-f92e12c7b0950666fbbe8a8fabc7258a831dbab1.tar.gz
libssh-f92e12c7b0950666fbbe8a8fabc7258a831dbab1.tar.xz
libssh-f92e12c7b0950666fbbe8a8fabc7258a831dbab1.zip
ssh_scp_push_file and ssh_scp_write
still needs tests
Diffstat (limited to 'libssh/libssh.map')
-rw-r--r--libssh/libssh.map6
1 files changed, 4 insertions, 2 deletions
diff --git a/libssh/libssh.map b/libssh/libssh.map
index b3e22065..e689c2bd 100644
--- a/libssh/libssh.map
+++ b/libssh/libssh.map
@@ -188,10 +188,12 @@ SSH_0.4 {
channel_write_stderr;
channel_request_x11;
channel_accept_x11;
- ssh_scp_new;
+ ssh_scp_close;
ssh_scp_free;
ssh_scp_init;
- ssh_scp_close;
+ ssh_scp_new;
+ ssh_scp_push_file
+ ssh_scp_write
sftp_extensions_get_count;
sftp_extensions_get_data;
sftp_extensions_get_name;