summaryrefslogtreecommitdiffstats
path: root/src/img4.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2024-10-15 22:09:43 +0200
committerGravatar Nikias Bassen2024-10-15 22:09:43 +0200
commit151c680feb6a0775d1b979dbdfca2ac6fdfc8cad (patch)
tree5ced724a09715e506df91a51fb8a9b7f69b9b057 /src/img4.h
parentf4a18ee13dd84d76dd6ebb9b21cd6bce6f37e4ec (diff)
downloadidevicerestore-151c680feb6a0775d1b979dbdfca2ac6fdfc8cad.tar.gz
idevicerestore-151c680feb6a0775d1b979dbdfca2ac6fdfc8cad.tar.bz2
Fix iPhone 16 restore from normal mode and add support for RecoveryOS
Diffstat (limited to 'src/img4.h')
-rw-r--r--src/img4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/img4.h b/src/img4.h
index 1056fa6..19c1c84 100644
--- a/src/img4.h
+++ b/src/img4.h
@@ -26,7 +26,7 @@
extern "C" {
#endif
-int img4_stitch_component(const char* component_name, const unsigned char* component_data, unsigned int component_size, plist_t tss_response, unsigned char** img4_data, unsigned int *img4_size);
+int img4_stitch_component(const char* component_name, const unsigned char* component_data, unsigned int component_size, plist_t parameters, plist_t tss_response, unsigned char** img4_data, unsigned int *img4_size);
int img4_create_local_manifest(plist_t request, plist_t build_identity, plist_t* manifest);
#ifdef __cplusplus