diff options
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; | |||
| 45 | 45 | ||
| 46 | mobilesync_error_t mobilesync_client_new(iphone_device_t device, uint16_t port, mobilesync_client_t * client); | 46 | mobilesync_error_t mobilesync_client_new(iphone_device_t device, uint16_t port, mobilesync_client_t * client); |
| 47 | mobilesync_error_t mobilesync_client_free(mobilesync_client_t client); | 47 | mobilesync_error_t mobilesync_client_free(mobilesync_client_t client); |
| 48 | mobilesync_error_t mobilesync_recv(mobilesync_client_t client, plist_t *plist); | 48 | mobilesync_error_t mobilesync_receive(mobilesync_client_t client, plist_t *plist); |
| 49 | mobilesync_error_t mobilesync_send(mobilesync_client_t client, plist_t plist); | 49 | mobilesync_error_t mobilesync_send(mobilesync_client_t client, plist_t plist); |
| 50 | 50 | ||
| 51 | #ifdef __cplusplus | 51 | #ifdef __cplusplus |
