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.def | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libssh/libssh.def') diff --git a/libssh/libssh.def b/libssh/libssh.def index 7d8abd4a..b2848ce8 100644 --- a/libssh/libssh.def +++ b/libssh/libssh.def @@ -167,6 +167,10 @@ ssh_options_set_timeout ssh_options_set_username ssh_options_set_wanted_algos ssh_print_hexa +ssh_scp_close +ssh_scp_free +ssh_scp_init +ssh_scp_new ssh_select ssh_service_request ssh_set_blocking -- cgit