diff options
| author | 2009-05-18 22:29:39 +0200 | |
|---|---|---|
| committer | 2009-05-18 18:47:20 -0700 | |
| commit | 8eaac0513bfb238edec22d46320669f5c9c76542 (patch) | |
| tree | 2db842339bf525d67017525bcbd3f4d35181e5ca /src/MobileSync.h | |
| parent | dca1758c4f9602fc240c6a7c9ae45839e154d15f (diff) | |
| download | libimobiledevice-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.h | 3 |
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 @@ | |||
| 21 | #ifndef MOBILESYNC_H | 21 | #ifndef MOBILESYNC_H |
| 22 | #define MOBILESYNC_H | 22 | #define MOBILESYNC_H |
| 23 | 23 | ||
| 24 | #include "usbmux.h" | ||
| 25 | #include "iphone.h" | 24 | #include "iphone.h" |
| 26 | #include "utils.h" | 25 | #include "utils.h" |
| 27 | 26 | ||
| @@ -30,7 +29,7 @@ | |||
| 30 | 29 | ||
| 31 | 30 | ||
| 32 | struct iphone_msync_client_int { | 31 | struct iphone_msync_client_int { |
| 33 | iphone_umux_client_t connection; | 32 | int sfd; |
| 34 | }; | 33 | }; |
| 35 | 34 | ||
| 36 | 35 | ||
