diff options
| author | 2009-05-18 22:29:39 +0200 | |
|---|---|---|
| committer | 2009-05-18 18:47:20 -0700 | |
| commit | 8eaac0513bfb238edec22d46320669f5c9c76542 (patch) | |
| tree | 2db842339bf525d67017525bcbd3f4d35181e5ca /src/AFC.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/AFC.h')
| -rw-r--r-- | src/AFC.h | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -19,7 +19,7 @@ | |||
| 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 20 | */ | 20 | */ |
| 21 | 21 | ||
| 22 | #include "usbmux.h" | 22 | #include "libiphone/libiphone.h" |
| 23 | #include "iphone.h" | 23 | #include "iphone.h" |
| 24 | 24 | ||
| 25 | #include <string.h> | 25 | #include <string.h> |
| @@ -47,7 +47,7 @@ typedef struct __AFCToken { | |||
| 47 | } AFCToken; | 47 | } AFCToken; |
| 48 | 48 | ||
| 49 | struct iphone_afc_client_int { | 49 | struct iphone_afc_client_int { |
| 50 | iphone_umux_client_t connection; | 50 | int sfd; |
| 51 | AFCPacket *afc_packet; | 51 | AFCPacket *afc_packet; |
| 52 | int file_handle; | 52 | int file_handle; |
| 53 | int lock; | 53 | int lock; |
