summaryrefslogtreecommitdiffstats
path: root/src/img4.h
diff options
context:
space:
mode:
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
}