diff options
author | Martin Szulecki | 2010-01-22 15:00:16 +0100 |
---|---|---|
committer | Martin Szulecki | 2010-01-22 15:00:16 +0100 |
commit | 82d682b850329f2660fa6c6cc658ec03b5ffbadc (patch) | |
tree | 427e63c6e788ced9ae7de6c930dd4ee1644bba72 /include/libiphone/mobilesync.h | |
parent | 3183e7c96e7f66d9f0b215d549912411b146dd77 (diff) | |
download | libimobiledevice-82d682b850329f2660fa6c6cc658ec03b5ffbadc.tar.gz libimobiledevice-82d682b850329f2660fa6c6cc658ec03b5ffbadc.tar.bz2 |
Rename all *_recv functions to *_receive to match underlying API
Diffstat (limited to 'include/libiphone/mobilesync.h')
-rw-r--r-- | include/libiphone/mobilesync.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libiphone/mobilesync.h b/include/libiphone/mobilesync.h index 94fbedc..f85113d 100644 --- a/include/libiphone/mobilesync.h +++ b/include/libiphone/mobilesync.h @@ -45,7 +45,7 @@ typedef struct mobilesync_client_int *mobilesync_client_t; mobilesync_error_t mobilesync_client_new(iphone_device_t device, uint16_t port, mobilesync_client_t * client); mobilesync_error_t mobilesync_client_free(mobilesync_client_t client); -mobilesync_error_t mobilesync_recv(mobilesync_client_t client, plist_t *plist); +mobilesync_error_t mobilesync_receive(mobilesync_client_t client, plist_t *plist); mobilesync_error_t mobilesync_send(mobilesync_client_t client, plist_t plist); #ifdef __cplusplus |