diff options
| author | 2009-09-10 13:28:13 +0200 | |
|---|---|---|
| committer | 2009-09-12 11:41:38 +0200 | |
| commit | 1f6282ffddec7012df82fa929dfe72cfc74b063a (patch) | |
| tree | 452c927c07806855f360ee9803111a1f72e05d3c /src/MobileSync.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/MobileSync.h')
| -rw-r--r-- | src/MobileSync.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MobileSync.h b/src/MobileSync.h index 6347399..605145f 100644 --- a/src/MobileSync.h +++ b/src/MobileSync.h | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | #include "libiphone/mobilesync.h" | 24 | #include "libiphone/mobilesync.h" |
| 25 | 25 | ||
| 26 | struct mobilesync_client_int { | 26 | struct mobilesync_client_int { |
| 27 | int sfd; | 27 | iphone_connection_t connection; |
| 28 | }; | 28 | }; |
| 29 | 29 | ||
| 30 | #endif | 30 | #endif |
