summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2009-05-13 10:13:04 +0200
committerGravatar Martin Szulecki2009-05-13 10:13:04 +0200
commit46f8d46845355e6a33a6dcb97ba11d4c4cab62eb (patch)
treeb85d4ba618a073c25e005c0b51c26c457669f94d
parentf5ab55ba0b16bce9fd359a5391fec8486839c27d (diff)
parentdca1758c4f9602fc240c6a7c9ae45839e154d15f (diff)
downloadlibimobiledevice-46f8d46845355e6a33a6dcb97ba11d4c4cab62eb.tar.gz
libimobiledevice-46f8d46845355e6a33a6dcb97ba11d4c4cab62eb.tar.bz2
Merge branch 'master' of git://github.com/MattColyer/libiphone into martin
-rw-r--r--src/MobileSync.c8
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)
/** Polls the iPhone for MobileSync data.
*
* @param client The MobileSync client
- * @param dump_data The pointer to the location of the buffer in which to store
- * the received data
- * @param recv_byhtes The number of bytes received
+ * @param plist A pointer to the location where the plist should be stored
*
* @return an error code
*/
@@ -174,9 +172,7 @@ iphone_error_t iphone_msync_recv(iphone_msync_client_t client, plist_t * plist)
* a new type of message.
*
* @param client The MobileSync client
- * @param raw_data The null terminated string buffer to send
- * @param length The length of data to send
- * @param sent_bytes The number of bytes sent
+ * @param plist The location of the plist to send
*
* @return an error code
*/