diff options
| author | 2009-09-10 13:28:13 +0200 | |
|---|---|---|
| committer | 2009-09-12 11:41:38 +0200 | |
| commit | 1f6282ffddec7012df82fa929dfe72cfc74b063a (patch) | |
| tree | 452c927c07806855f360ee9803111a1f72e05d3c /src/AFC.h | |
| parent | 26ce10634d277df51c4e9c2bd61b409df3f5b060 (diff) | |
| download | libimobiledevice-1f6282ffddec7012df82fa929dfe72cfc74b063a.tar.gz libimobiledevice-1f6282ffddec7012df82fa929dfe72cfc74b063a.tar.bz2 | |
Public API rework, extension and adaption to latest libusbmuxd-1.0 API.
Diffstat (limited to 'src/AFC.h')
| -rw-r--r-- | src/AFC.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -46,7 +46,7 @@ typedef struct __AFCToken { | |||
| 46 | } AFCToken; | 46 | } AFCToken; |
| 47 | 47 | ||
| 48 | struct afc_client_int { | 48 | struct afc_client_int { |
| 49 | int sfd; | 49 | iphone_connection_t connection; |
| 50 | AFCPacket *afc_packet; | 50 | AFCPacket *afc_packet; |
| 51 | int file_handle; | 51 | int file_handle; |
| 52 | int lock; | 52 | int lock; |
