summaryrefslogtreecommitdiffstats
path: root/src/mobilesync.c
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2010-01-22 15:00:16 +0100
committerGravatar Martin Szulecki2010-01-22 15:00:16 +0100
commit82d682b850329f2660fa6c6cc658ec03b5ffbadc (patch)
tree427e63c6e788ced9ae7de6c930dd4ee1644bba72 /src/mobilesync.c
parent3183e7c96e7f66d9f0b215d549912411b146dd77 (diff)
downloadlibimobiledevice-82d682b850329f2660fa6c6cc658ec03b5ffbadc.tar.gz
libimobiledevice-82d682b850329f2660fa6c6cc658ec03b5ffbadc.tar.bz2
Rename all *_recv functions to *_receive to match underlying API
Diffstat (limited to 'src/mobilesync.c')
-rw-r--r--src/mobilesync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mobilesync.c b/src/mobilesync.c
index 64c06d5..3492673 100644
--- a/src/mobilesync.c
+++ b/src/mobilesync.c
@@ -104,7 +104,7 @@ mobilesync_error_t mobilesync_client_free(mobilesync_client_t client)
*
* @return an error code
*/
-mobilesync_error_t mobilesync_recv(mobilesync_client_t client, plist_t * plist)
+mobilesync_error_t mobilesync_receive(mobilesync_client_t client, plist_t * plist)
{
if (!client)
return MOBILESYNC_E_INVALID_ARG;