From c09c07b33038cc333daf1e15f3abbbe522b1de62 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 29 Aug 2019 10:00:09 +0200 Subject: img4: Add new function img4_create_local_manifest() --- src/img4.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/img4.h') diff --git a/src/img4.h b/src/img4.h index b83f1ca..ffbd57d 100644 --- a/src/img4.h +++ b/src/img4.h @@ -1,8 +1,8 @@ /* * img4.h - * Functions for handling the new IMG4 format + * Functions for handling the IMG4 format * - * Copyright (c) 2013 Nikias Bassen. All Rights Reserved. + * Copyright (c) 2013-2019 Nikias Bassen. All Rights Reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -27,6 +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); #ifdef __cplusplus } -- cgit v1.1-32-gdbae