diff options
| author | 2010-01-22 15:00:16 +0100 | |
|---|---|---|
| committer | 2010-01-22 15:00:16 +0100 | |
| commit | 82d682b850329f2660fa6c6cc658ec03b5ffbadc (patch) | |
| tree | 427e63c6e788ced9ae7de6c930dd4ee1644bba72 /src/mobilesync.c | |
| 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 'src/mobilesync.c')
| -rw-r--r-- | src/mobilesync.c | 2 |
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) | |||
| 104 | * | 104 | * |
| 105 | * @return an error code | 105 | * @return an error code |
| 106 | */ | 106 | */ |
| 107 | mobilesync_error_t mobilesync_recv(mobilesync_client_t client, plist_t * plist) | 107 | mobilesync_error_t mobilesync_receive(mobilesync_client_t client, plist_t * plist) |
| 108 | { | 108 | { |
| 109 | if (!client) | 109 | if (!client) |
| 110 | return MOBILESYNC_E_INVALID_ARG; | 110 | return MOBILESYNC_E_INVALID_ARG; |
