diff options
| author | 2009-05-24 00:25:03 +0200 | |
|---|---|---|
| committer | 2009-05-24 00:25:03 +0200 | |
| commit | 36ea32e0064f33d6a285684c3069f4d75bbac7a8 (patch) | |
| tree | 039291b47e954fe8529f52e1fc71f7e924761a6a /src/AFC.h | |
| parent | 46f8d46845355e6a33a6dcb97ba11d4c4cab62eb (diff) | |
| parent | 435f5feb4b5c501db52743a170908687d3ba6f60 (diff) | |
| download | libimobiledevice-36ea32e0064f33d6a285684c3069f4d75bbac7a8.tar.gz libimobiledevice-36ea32e0064f33d6a285684c3069f4d75bbac7a8.tar.bz2 | |
Merge branch 'master' of git://github.com/MattColyer/libiphone into martin
Conflicts:
src/Makefile.am
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; |
