diff options
| author | 2009-05-12 08:35:54 -0700 | |
|---|---|---|
| committer | 2009-05-12 08:35:54 -0700 | |
| commit | dca1758c4f9602fc240c6a7c9ae45839e154d15f (patch) | |
| tree | 257b87baef29f4c7157771982f01ca2b37e7e31f /src | |
| parent | 717b296b0906a6d84c6a161ec8ae6a2b80faf963 (diff) | |
| download | libimobiledevice-dca1758c4f9602fc240c6a7c9ae45839e154d15f.tar.gz libimobiledevice-dca1758c4f9602fc240c6a7c9ae45839e154d15f.tar.bz2 | |
Fix some comments in mobilesync.0.9.1
Diffstat (limited to 'src')
| -rw-r--r-- | src/MobileSync.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/MobileSync.c b/src/MobileSync.c index 25f9473..58d0beb 100644 --- a/src/MobileSync.c +++ b/src/MobileSync.c | |||
| @@ -126,9 +126,7 @@ iphone_error_t iphone_msync_free_client(iphone_msync_client_t client) | |||
| 126 | /** Polls the iPhone for MobileSync data. | 126 | /** Polls the iPhone for MobileSync data. |
| 127 | * | 127 | * |
| 128 | * @param client The MobileSync client | 128 | * @param client The MobileSync client |
| 129 | * @param dump_data The pointer to the location of the buffer in which to store | 129 | * @param plist A pointer to the location where the plist should be stored |
| 130 | * the received data | ||
| 131 | * @param recv_byhtes The number of bytes received | ||
| 132 | * | 130 | * |
| 133 | * @return an error code | 131 | * @return an error code |
| 134 | */ | 132 | */ |
| @@ -174,9 +172,7 @@ iphone_error_t iphone_msync_recv(iphone_msync_client_t client, plist_t * plist) | |||
| 174 | * a new type of message. | 172 | * a new type of message. |
| 175 | * | 173 | * |
| 176 | * @param client The MobileSync client | 174 | * @param client The MobileSync client |
| 177 | * @param raw_data The null terminated string buffer to send | 175 | * @param plist The location of the plist to send |
| 178 | * @param length The length of data to send | ||
| 179 | * @param sent_bytes The number of bytes sent | ||
| 180 | * | 176 | * |
| 181 | * @return an error code | 177 | * @return an error code |
| 182 | */ | 178 | */ |
