diff options
author | BALATON Zoltan | 2014-11-04 18:12:18 +0100 |
---|---|---|
committer | BALATON Zoltan | 2014-11-04 18:12:18 +0100 |
commit | 7fdcedea3aac19ef8a2a660cfe809bd8c0f5f57f (patch) | |
tree | d7aa72cae6b1a4b0eaef3cc4d9f27cc9bfdd69d0 /src/restore.h | |
parent | aa4e3ff482972521213ad7505fea8a4627e22804 (diff) | |
download | idevicerestore-7fdcedea3aac19ef8a2a660cfe809bd8c0f5f57f.tar.gz idevicerestore-7fdcedea3aac19ef8a2a660cfe809bd8c0f5f57f.tar.bz2 |
Implement the FDR forwarder proxy service used during restore of recent iOS versions.
Diffstat (limited to 'src/restore.h')
-rw-r--r-- | src/restore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/restore.h b/src/restore.h index 7b3be7f..8dc9a45 100644 --- a/src/restore.h +++ b/src/restore.h @@ -58,7 +58,7 @@ int restore_send_kernelcache(restored_client_t restore, struct idevicerestore_cl int restore_device(struct idevicerestore_client_t* client, plist_t build_identity, const char* filesystem); int restore_open_with_timeout(struct idevicerestore_client_t* client); int restore_send_filesystem(struct idevicerestore_client_t* client, idevice_t device, const char* filesystem); - +int restore_send_fdr_trust_data(restored_client_t restore, idevice_t device); #ifdef __cplusplus } |