summaryrefslogtreecommitdiffstats
path: root/src/img4.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2019-08-29 10:00:09 +0200
committerGravatar Nikias Bassen2019-08-29 10:00:09 +0200
commitc09c07b33038cc333daf1e15f3abbbe522b1de62 (patch)
tree7435920f6e99696d32345c63a82fc2b3fdf40078 /src/img4.h
parentc40c94562779c1973ef7e425752a2ac7b1ff0ab8 (diff)
downloadidevicerestore-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.h5
1 files changed, 3 insertions, 2 deletions
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
}