diff options
Diffstat (limited to 'include/libimobiledevice/mobilesync.h')
| -rw-r--r-- | include/libimobiledevice/mobilesync.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libimobiledevice/mobilesync.h b/include/libimobiledevice/mobilesync.h index bd717ee..cfab8d9 100644 --- a/include/libimobiledevice/mobilesync.h +++ b/include/libimobiledevice/mobilesync.h | |||
| @@ -71,7 +71,7 @@ mobilesync_error_t mobilesync_client_free(mobilesync_client_t client); | |||
| 71 | mobilesync_error_t mobilesync_receive(mobilesync_client_t client, plist_t *plist); | 71 | mobilesync_error_t mobilesync_receive(mobilesync_client_t client, plist_t *plist); |
| 72 | mobilesync_error_t mobilesync_send(mobilesync_client_t client, plist_t plist); | 72 | mobilesync_error_t mobilesync_send(mobilesync_client_t client, plist_t plist); |
| 73 | 73 | ||
| 74 | mobilesync_error_t mobilesync_start(mobilesync_client_t client, const char *data_class, mobilesync_anchors_t anchors, uint64_t computer_data_class_version, mobilesync_sync_type_t *sync_type, uint64_t *device_data_class_version); | 74 | mobilesync_error_t mobilesync_start(mobilesync_client_t client, const char *data_class, mobilesync_anchors_t anchors, uint64_t computer_data_class_version, mobilesync_sync_type_t *sync_type, uint64_t *device_data_class_version, char** error_description); |
| 75 | mobilesync_error_t mobilesync_cancel(mobilesync_client_t client, const char* reason); | 75 | mobilesync_error_t mobilesync_cancel(mobilesync_client_t client, const char* reason); |
| 76 | mobilesync_error_t mobilesync_finish(mobilesync_client_t client); | 76 | mobilesync_error_t mobilesync_finish(mobilesync_client_t client); |
| 77 | 77 | ||
