summaryrefslogtreecommitdiffstats
path: root/libssh/include/libssh/sftp.h
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/include/libssh/sftp.h')
-rw-r--r--libssh/include/libssh/sftp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libssh/include/libssh/sftp.h b/libssh/include/libssh/sftp.h
index d370f0ec..8fb8f116 100644
--- a/libssh/include/libssh/sftp.h
+++ b/libssh/include/libssh/sftp.h
@@ -143,10 +143,10 @@ struct sftp_request_queue_struct {
/* SSH_FXP_MESSAGE described into .7 page 26 */
struct sftp_status_message_struct {
- uint32_t id;
- uint32_t status;
- ssh_string error;
- ssh_string lang;
+ uint32_t id;
+ uint32_t status;
+ ssh_string error_unused; /* not used anymore */
+ ssh_string lang_unused; /* not used anymore */
char *errormsg;
char *langmsg;
};