summaryrefslogtreecommitdiffstats
path: root/include/libimobiledevice/mobilesync.h
diff options
context:
space:
mode:
authorGravatar Bryan Forbes2010-05-15 13:01:48 +0200
committerGravatar Martin Szulecki2010-05-15 13:01:48 +0200
commit6d3c5f4f182b73dbaabfe6b51d560e707b3462d1 (patch)
tree151f3da610efd5ce3b6d841d745892995afae66d /include/libimobiledevice/mobilesync.h
parent78ed9d6448c13c108108b23a9b986992a7f45263 (diff)
downloadlibimobiledevice-6d3c5f4f182b73dbaabfe6b51d560e707b3462d1.tar.gz
libimobiledevice-6d3c5f4f182b73dbaabfe6b51d560e707b3462d1.tar.bz2
Added computer_data_class_version to mobilsync_start.
Diffstat (limited to 'include/libimobiledevice/mobilesync.h')
-rw-r--r--include/libimobiledevice/mobilesync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libimobiledevice/mobilesync.h b/include/libimobiledevice/mobilesync.h
index 4943f66..1422399 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);
mobilesync_error_t mobilesync_receive(mobilesync_client_t client, plist_t *plist);
mobilesync_error_t mobilesync_send(mobilesync_client_t client, plist_t plist);
-mobilesync_error_t mobilesync_start(mobilesync_client_t client, const char *data_class, mobilesync_anchors_t anchors, mobilesync_sync_type_t *sync_type, uint64_t *data_class_version);
+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);
mobilesync_error_t mobilesync_cancel(mobilesync_client_t client, const char* reason);
mobilesync_error_t mobilesync_finish(mobilesync_client_t client);