From 1df1f86f7e1b2e28610ba338bb7898d55e8bd7ce Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sun, 23 Aug 2009 23:24:46 +0200 Subject: added ssh_scp_read --- include/libssh/libssh.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/libssh/libssh.h') diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 9707ba8..f7896fb 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -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 } -- cgit