diff options
| author | 2011-03-14 12:56:30 +0100 | |
|---|---|---|
| committer | 2011-03-14 12:56:30 +0100 | |
| commit | 1ecd04355c0a135ef2c2244186977c5700390c96 (patch) | |
| tree | b9626be9eca68a9539fd98320284425efd030911 /include/libimobiledevice/mobilesync.h | |
| parent | 559b81461e699c00b418e36e0873d2d7e0c6860c (diff) | |
| download | libimobiledevice-1ecd04355c0a135ef2c2244186977c5700390c96.tar.gz libimobiledevice-1ecd04355c0a135ef2c2244186977c5700390c96.tar.bz2 | |
mobilesync: Implement mobilesync_clear_all_records_on_device()
Diffstat (limited to 'include/libimobiledevice/mobilesync.h')
| -rw-r--r-- | include/libimobiledevice/mobilesync.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libimobiledevice/mobilesync.h b/include/libimobiledevice/mobilesync.h index 64f75a8..2cd6d30 100644 --- a/include/libimobiledevice/mobilesync.h +++ b/include/libimobiledevice/mobilesync.h | |||
| @@ -78,6 +78,7 @@ mobilesync_error_t mobilesync_finish(mobilesync_client_t client); | |||
| 78 | 78 | ||
| 79 | mobilesync_error_t mobilesync_get_all_records_from_device(mobilesync_client_t client); | 79 | mobilesync_error_t mobilesync_get_all_records_from_device(mobilesync_client_t client); |
| 80 | mobilesync_error_t mobilesync_get_changes_from_device(mobilesync_client_t client); | 80 | mobilesync_error_t mobilesync_get_changes_from_device(mobilesync_client_t client); |
| 81 | mobilesync_error_t mobilesync_clear_all_records_on_device(mobilesync_client_t client, const char *data_class); | ||
| 81 | 82 | ||
| 82 | mobilesync_error_t mobilesync_receive_changes(mobilesync_client_t client, plist_t *entities, uint8_t *is_last_record, plist_t *actions); | 83 | mobilesync_error_t mobilesync_receive_changes(mobilesync_client_t client, plist_t *entities, uint8_t *is_last_record, plist_t *actions); |
| 83 | mobilesync_error_t mobilesync_acknowledge_changes_from_device(mobilesync_client_t client); | 84 | mobilesync_error_t mobilesync_acknowledge_changes_from_device(mobilesync_client_t client); |
