diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-08-09 02:01:54 +0200 |
---|---|---|
committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-08-09 02:01:54 +0200 |
commit | e4da8b99feb82f4b86ec158b8056d24c3a2dde7d (patch) | |
tree | d5746e066620a8b1d94b98dbe14f36daf9e4f91f /libssh/libssh.def | |
parent | b9935790791ac6f4708522353f652e769b7ecf6b (diff) | |
download | libssh-e4da8b99feb82f4b86ec158b8056d24c3a2dde7d.tar.gz libssh-e4da8b99feb82f4b86ec158b8056d24c3a2dde7d.tar.xz libssh-e4da8b99feb82f4b86ec158b8056d24c3a2dde7d.zip |
Initial scp implementation in source tree
Diffstat (limited to 'libssh/libssh.def')
-rw-r--r-- | libssh/libssh.def | 4 |
1 files changed, 4 insertions, 0 deletions
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 |