aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-07-28 13:21:05 +0200
committerAndreas Schneider <mail@cynapses.org>2009-07-28 13:25:35 +0200
commitb9b7174d858faa070e66db9b7710c384756f90fc (patch)
tree307dfc1278438c6779530733a52917f7210c2756 /include
parent69ceaae9a9f69dba11ab01889da5b41cb1487896 (diff)
downloadlibssh-b9b7174d858faa070e66db9b7710c384756f90fc.tar.gz
libssh-b9b7174d858faa070e66db9b7710c384756f90fc.tar.xz
libssh-b9b7174d858faa070e66db9b7710c384756f90fc.zip
Add support to read and store sftp extensions.
Diffstat (limited to 'include')
-rw-r--r--include/libssh/sftp.h3
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;