summaryrefslogtreecommitdiffstats
path: root/src/MobileSync.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2009-05-18 22:29:39 +0200
committerGravatar Matt Colyer2009-05-18 18:47:20 -0700
commit8eaac0513bfb238edec22d46320669f5c9c76542 (patch)
tree2db842339bf525d67017525bcbd3f4d35181e5ca /src/MobileSync.h
parentdca1758c4f9602fc240c6a7c9ae45839e154d15f (diff)
downloadlibimobiledevice-8eaac0513bfb238edec22d46320669f5c9c76542.tar.gz
libimobiledevice-8eaac0513bfb238edec22d46320669f5c9c76542.tar.bz2
Make use of usbmuxd and remove libusb dependencies
Signed-off-by: Matt Colyer <matt@colyer.name>
Diffstat (limited to 'src/MobileSync.h')
-rw-r--r--src/MobileSync.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/MobileSync.h b/src/MobileSync.h
index 7655b59..495e702 100644
--- a/src/MobileSync.h
+++ b/src/MobileSync.h
@@ -21,7 +21,6 @@
#ifndef MOBILESYNC_H
#define MOBILESYNC_H
-#include "usbmux.h"
#include "iphone.h"
#include "utils.h"
@@ -30,7 +29,7 @@
struct iphone_msync_client_int {
- iphone_umux_client_t connection;
+ int sfd;
};