From de532ee550c373d8b6ea5d557c51ba75df6b3b04 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sat, 1 Aug 2009 11:15:53 +0200 Subject: Move extension structure to the end. --- include/libssh/sftp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/libssh/sftp.h b/include/libssh/sftp.h index 702dd8e5..8f758168 100644 --- a/include/libssh/sftp.h +++ b/include/libssh/sftp.h @@ -78,11 +78,11 @@ typedef struct sftp_session_struct { int server_version; int client_version; int version; - struct sftp_ext_struct *ext; struct request_queue *queue; uint32_t id_counter; int errnum; void **handles; + struct sftp_ext_struct *ext; } SFTP_SESSION ; typedef struct { -- cgit