mobilesync.h   mobilesync.h 
skipping to change at line 81 skipping to change at line 81
mobilesync_error_t mobilesync_receive(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 plis t); mobilesync_error_t mobilesync_send(mobilesync_client_t client, plist_t plis t);
mobilesync_error_t mobilesync_start(mobilesync_client_t client, const char *data_class, mobilesync_anchors_t anchors, uint64_t computer_data_class_ver sion, mobilesync_sync_type_t *sync_type, uint64_t *device_data_class_versio n); mobilesync_error_t mobilesync_start(mobilesync_client_t client, const char *data_class, mobilesync_anchors_t anchors, uint64_t computer_data_class_ver sion, mobilesync_sync_type_t *sync_type, uint64_t *device_data_class_versio n);
mobilesync_error_t mobilesync_cancel(mobilesync_client_t client, const char * reason); mobilesync_error_t mobilesync_cancel(mobilesync_client_t client, const char * reason);
mobilesync_error_t mobilesync_finish(mobilesync_client_t client); mobilesync_error_t mobilesync_finish(mobilesync_client_t client);
mobilesync_error_t mobilesync_get_all_records_from_device(mobilesync_client _t client); mobilesync_error_t mobilesync_get_all_records_from_device(mobilesync_client _t client);
mobilesync_error_t mobilesync_get_changes_from_device(mobilesync_client_t c lient); mobilesync_error_t mobilesync_get_changes_from_device(mobilesync_client_t c lient);
mobilesync_error_t mobilesync_clear_all_records_on_device(mobilesync_client _t client);
mobilesync_error_t mobilesync_receive_changes(mobilesync_client_t client, p list_t *entities, uint8_t *is_last_record, plist_t *actions); mobilesync_error_t mobilesync_receive_changes(mobilesync_client_t client, p list_t *entities, uint8_t *is_last_record, plist_t *actions);
mobilesync_error_t mobilesync_acknowledge_changes_from_device(mobilesync_cl ient_t client); mobilesync_error_t mobilesync_acknowledge_changes_from_device(mobilesync_cl ient_t client);
mobilesync_error_t mobilesync_ready_to_send_changes_from_computer(mobilesyn c_client_t client); mobilesync_error_t mobilesync_ready_to_send_changes_from_computer(mobilesyn c_client_t client);
mobilesync_error_t mobilesync_send_changes(mobilesync_client_t client, plis t_t entities, uint8_t is_last_record, plist_t actions); mobilesync_error_t mobilesync_send_changes(mobilesync_client_t client, plis t_t entities, uint8_t is_last_record, plist_t actions);
mobilesync_error_t mobilesync_remap_identifiers(mobilesync_client_t client, plist_t *mapping); mobilesync_error_t mobilesync_remap_identifiers(mobilesync_client_t client, plist_t *mapping);
/* Helper */ /* Helper */
 End of changes. 1 change blocks. 
0 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/