summaryrefslogtreecommitdiffstats
path: root/src/AFC.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/AFC.h')
-rw-r--r--src/AFC.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AFC.h b/src/AFC.h
index 7ed6bd8..685d7b5 100644
--- a/src/AFC.h
+++ b/src/AFC.h
@@ -46,7 +46,7 @@ typedef struct __AFCToken {
46} AFCToken; 46} AFCToken;
47 47
48struct afc_client_int { 48struct afc_client_int {
49 int sfd; 49 iphone_connection_t connection;
50 AFCPacket *afc_packet; 50 AFCPacket *afc_packet;
51 int file_handle; 51 int file_handle;
52 int lock; 52 int lock;