added ssh_scp_read

This commit is contained in:
Aris Adamantiadis
2009-08-23 23:24:46 +02:00
parent f9db9c5a9c
commit 1df1f86f7e
2 changed files with 38 additions and 0 deletions

View File

@@ -486,6 +486,8 @@ LIBSSH_API int ssh_scp_write(ssh_scp scp, const void *buffer, size_t len);
LIBSSH_API int ssh_scp_pull_request(ssh_scp scp);
LIBSSH_API int ssh_scp_deny_request(ssh_scp scp, const char *reason);
LIBSSH_API int ssh_scp_accept_request(ssh_scp scp);
LIBSSH_API int ssh_scp_read(ssh_scp scp, void *buffer, size_t size);
#ifdef __cplusplus
}