diff options
| author | 2012-01-11 17:24:57 +0100 | |
|---|---|---|
| committer | 2012-01-11 17:24:57 +0100 | |
| commit | f6555734bf8a28ce9663d87320a1eff61710d7a4 (patch) | |
| tree | 67493130aee1ec194336f69521a4c08b5a9eb88a /include | |
| parent | e855f246b3d869a60375207fde1294bbe761fe23 (diff) | |
| download | libimobiledevice-f6555734bf8a28ce9663d87320a1eff61710d7a4.tar.gz libimobiledevice-f6555734bf8a28ce9663d87320a1eff61710d7a4.tar.bz2 | |
restored: allow passing options to restored_start_restore()
Diffstat (limited to 'include')
| -rw-r--r-- | include/libimobiledevice/restore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libimobiledevice/restore.h b/include/libimobiledevice/restore.h index 9c30b03..aa8233f 100644 --- a/include/libimobiledevice/restore.h +++ b/include/libimobiledevice/restore.h | |||
| @@ -59,7 +59,7 @@ restored_error_t restored_send(restored_client_t client, plist_t plist); | |||
| 59 | restored_error_t restored_receive(restored_client_t client, plist_t *plist); | 59 | restored_error_t restored_receive(restored_client_t client, plist_t *plist); |
| 60 | restored_error_t restored_goodbye(restored_client_t client); | 60 | restored_error_t restored_goodbye(restored_client_t client); |
| 61 | 61 | ||
| 62 | restored_error_t restored_start_restore(restored_client_t client); | 62 | restored_error_t restored_start_restore(restored_client_t client, plist_t options, uint64_t version); |
| 63 | restored_error_t restored_reboot(restored_client_t client); | 63 | restored_error_t restored_reboot(restored_client_t client); |
| 64 | 64 | ||
| 65 | /* Helper */ | 65 | /* Helper */ |
