diff options
author | Nikias Bassen | 2019-08-29 10:00:09 +0200 |
---|---|---|
committer | Nikias Bassen | 2019-08-29 10:00:09 +0200 |
commit | c09c07b33038cc333daf1e15f3abbbe522b1de62 (patch) | |
tree | 7435920f6e99696d32345c63a82fc2b3fdf40078 /src/img4.h | |
parent | c40c94562779c1973ef7e425752a2ac7b1ff0ab8 (diff) | |
download | idevicerestore-c09c07b33038cc333daf1e15f3abbbe522b1de62.tar.gz idevicerestore-c09c07b33038cc333daf1e15f3abbbe522b1de62.tar.bz2 |
img4: Add new function img4_create_local_manifest()
Diffstat (limited to 'src/img4.h')
-rw-r--r-- | src/img4.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 } |