summaryrefslogtreecommitdiffstats
path: root/src/img4.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2021-08-12 23:38:59 +0200
committerGravatar Nikias Bassen2021-08-12 23:38:59 +0200
commit204782b2f34b3629f8c0cb953eb390f94a9a7582 (patch)
tree1493816d415f00be444d122fdb32a139d737851b /src/img4.h
parent693bf2aa529e55deb8b9bd658c0d0e1dc4051e50 (diff)
downloadidevicerestore-204782b2f34b3629f8c0cb953eb390f94a9a7582.tar.gz
idevicerestore-204782b2f34b3629f8c0cb953eb390f94a9a7582.tar.bz2
img4: Check component entries in build identity for IMG4 tags (Img4PayloadType)
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 ffbd57d..37dea56 100644
--- a/src/img4.h
+++ b/src/img4.h
@@ -27,7 +27,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_create_local_manifest(plist_t request, plist_t* manifest);
+int img4_create_local_manifest(plist_t request, plist_t build_identity, plist_t* manifest);
#ifdef __cplusplus
}