From a4f5a0c1a65c9df239a737c350d4723c2a8cbc55 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Tue, 4 Oct 2022 13:06:20 +0200 Subject: img4: Add support for stitching with additional TBM data --- src/img4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/img4.h') 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 -- cgit v1.1-32-gdbae