diff options
Diffstat (limited to 'include/libssh/sftp.h')
-rw-r--r-- | include/libssh/sftp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libssh/sftp.h b/include/libssh/sftp.h index 33f16b3..4b23c1e 100644 --- a/include/libssh/sftp.h +++ b/include/libssh/sftp.h @@ -58,12 +58,15 @@ extern "C" { #endif /* gid_t */ #endif /* _WIN32 */ +typedef struct sftp_ext_struct *sftp_ext; + typedef struct sftp_session_struct { SSH_SESSION *session; ssh_channel channel; int server_version; int client_version; int version; + struct sftp_ext_struct *ext; struct request_queue *queue; uint32_t id_counter; int errnum; |