From 7fdcedea3aac19ef8a2a660cfe809bd8c0f5f57f Mon Sep 17 00:00:00 2001 From: BALATON Zoltan Date: Tue, 4 Nov 2014 18:12:18 +0100 Subject: Implement the FDR forwarder proxy service used during restore of recent iOS versions. --- src/restore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/restore.h') 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 } -- cgit v1.1-32-gdbae