From e4da8b99feb82f4b86ec158b8056d24c3a2dde7d Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sun, 9 Aug 2009 02:01:54 +0200 Subject: Initial scp implementation in source tree --- libssh/libssh.map | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libssh/libssh.map') diff --git a/libssh/libssh.map b/libssh/libssh.map index f925f4ae..b3e22065 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; -- cgit