summaryrefslogtreecommitdiffstats
path: root/src/img4.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2022-10-04 13:06:20 +0200
committerGravatar Nikias Bassen2022-10-04 13:06:20 +0200
commita4f5a0c1a65c9df239a737c350d4723c2a8cbc55 (patch)
tree9598e14201636863d28f44af3f97a4af1a3e5be0 /src/img4.h
parentaa98e764bff59b45173a86d2587b59f5692982eb (diff)
downloadidevicerestore-a4f5a0c1a65c9df239a737c350d4723c2a8cbc55.tar.gz
idevicerestore-a4f5a0c1a65c9df239a737c350d4723c2a8cbc55.tar.bz2
img4: Add support for stitching with additional TBM data
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 37dea56..1056fa6 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, const unsigned char* blob, unsigned int blob_size, 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 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