From f92e12c7b0950666fbbe8a8fabc7258a831dbab1 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sun, 9 Aug 2009 22:51:03 +0200 Subject: ssh_scp_push_file and ssh_scp_write still needs tests --- libssh/libssh.map | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libssh/libssh.map') 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; -- cgit