diff options
Diffstat (limited to 'src/mobilesync.c')
| -rw-r--r-- | src/mobilesync.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mobilesync.c b/src/mobilesync.c index 15614b5..fec97bc 100644 --- a/src/mobilesync.c +++ b/src/mobilesync.c | |||
| @@ -59,7 +59,7 @@ static mobilesync_error_t mobilesync_error(device_link_service_error_t err) | |||
| 59 | return MOBILESYNC_E_UNKNOWN_ERROR; | 59 | return MOBILESYNC_E_UNKNOWN_ERROR; |
| 60 | } | 60 | } |
| 61 | 61 | ||
| 62 | mobilesync_error_t mobilesync_client_new(iphone_device_t device, uint16_t port, | 62 | mobilesync_error_t mobilesync_client_new(idevice_t device, uint16_t port, |
| 63 | mobilesync_client_t * client) | 63 | mobilesync_client_t * client) |
| 64 | { | 64 | { |
| 65 | if (!device || port == 0 || !client || *client) | 65 | if (!device || port == 0 || !client || *client) |
| @@ -97,7 +97,7 @@ mobilesync_error_t mobilesync_client_free(mobilesync_client_t client) | |||
| 97 | return err; | 97 | return err; |
| 98 | } | 98 | } |
| 99 | 99 | ||
| 100 | /** Polls the iPhone for MobileSync data. | 100 | /** Polls the device for MobileSync data. |
| 101 | * | 101 | * |
| 102 | * @param client The MobileSync client | 102 | * @param client The MobileSync client |
| 103 | * @param plist A pointer to the location where the plist should be stored | 103 | * @param plist A pointer to the location where the plist should be stored |
| @@ -112,7 +112,7 @@ mobilesync_error_t mobilesync_receive(mobilesync_client_t client, plist_t * plis | |||
| 112 | return ret; | 112 | return ret; |
| 113 | } | 113 | } |
| 114 | 114 | ||
| 115 | /** Sends MobileSync data to the iPhone | 115 | /** Sends MobileSync data to the device |
| 116 | * | 116 | * |
| 117 | * @note This function is low-level and should only be used if you need to send | 117 | * @note This function is low-level and should only be used if you need to send |
| 118 | * a new type of message. | 118 | * a new type of message. |
