diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-09-06 19:43:23 +0300 |
---|---|---|
committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-09-13 14:03:35 +0300 |
commit | 4b363928f6a29e9cf2f2f33b86cb860ef0ab4dec (patch) | |
tree | f73c87a650cda30c47b1b1195af64deeccd8f172 /include/libssh/libssh.h | |
parent | 929f5ca25b56ce46bf49e9a44d40bab3ef2d6076 (diff) | |
download | libssh-4b363928f6a29e9cf2f2f33b86cb860ef0ab4dec.tar.gz libssh-4b363928f6a29e9cf2f2f33b86cb860ef0ab4dec.tar.xz libssh-4b363928f6a29e9cf2f2f33b86cb860ef0ab4dec.zip |
SCP warning request
Diffstat (limited to 'include/libssh/libssh.h')
-rw-r--r-- | include/libssh/libssh.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index ade69d3..3ab9b49 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -499,6 +499,7 @@ LIBSSH_API int ssh_scp_read(ssh_scp scp, void *buffer, size_t size); LIBSSH_API const char *ssh_scp_request_get_filename(ssh_scp scp); LIBSSH_API int ssh_scp_request_get_permissions(ssh_scp scp); LIBSSH_API size_t ssh_scp_request_get_size(ssh_scp scp); +LIBSSH_API const char *ssh_scp_request_get_warning(ssh_scp scp); #ifdef __cplusplus |