summaryrefslogtreecommitdiffstats
path: root/src/MobileSync.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/MobileSync.h')
-rw-r--r--src/MobileSync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MobileSync.h b/src/MobileSync.h
index 6347399..605145f 100644
--- a/src/MobileSync.h
+++ b/src/MobileSync.h
@@ -24,7 +24,7 @@
#include "libiphone/mobilesync.h"
struct mobilesync_client_int {
- int sfd;
+ iphone_connection_t connection;
};
#endif