aboutsummaryrefslogtreecommitdiff
path: root/libssh/libssh.map
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2009-08-09 02:01:54 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2009-08-09 02:01:54 +0200
commite4da8b99feb82f4b86ec158b8056d24c3a2dde7d (patch)
treed5746e066620a8b1d94b98dbe14f36daf9e4f91f /libssh/libssh.map
parentb9935790791ac6f4708522353f652e769b7ecf6b (diff)
downloadlibssh-e4da8b99feb82f4b86ec158b8056d24c3a2dde7d.tar.gz
libssh-e4da8b99feb82f4b86ec158b8056d24c3a2dde7d.tar.xz
libssh-e4da8b99feb82f4b86ec158b8056d24c3a2dde7d.zip
Initial scp implementation in source tree
Diffstat (limited to 'libssh/libssh.map')
-rw-r--r--libssh/libssh.map4
1 files changed, 4 insertions, 0 deletions
diff --git a/libssh/libssh.map b/libssh/libssh.map
index f925f4a..b3e2206 100644
--- a/libssh/libssh.map
+++ b/libssh/libssh.map
@@ -188,6 +188,10 @@ SSH_0.4 {
channel_write_stderr;
channel_request_x11;
channel_accept_x11;
+ ssh_scp_new;
+ ssh_scp_free;
+ ssh_scp_init;
+ ssh_scp_close;
sftp_extensions_get_count;
sftp_extensions_get_data;
sftp_extensions_get_name;