diff options
author | 2013-11-20 11:28:43 +0100 | |
---|---|---|
committer | 2013-11-20 11:39:37 +0100 | |
commit | e44eb6beacb1d9519e1bf4a5fdc2203ffcd243f7 (patch) | |
tree | 0c7d96ed0199a8d88e4047b6cf302719cd599d1b /src/tss.h | |
parent | 728cb5727aa7e8abd08ff69ba3fed9749baf3579 (diff) | |
download | idevicerestore-e44eb6beacb1d9519e1bf4a5fdc2203ffcd243f7.tar.gz idevicerestore-e44eb6beacb1d9519e1bf4a5fdc2203ffcd243f7.tar.bz2 |
tss: Split img3 tag add helpers into common, img3 and img4
Diffstat (limited to 'src/tss.h')
-rw-r--r-- | src/tss.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ extern "C" { /* request */ plist_t tss_request_new(plist_t overrides); +int tss_request_add_common_tags_from_manifest(plist_t request, plist_t build_identity, plist_t overrides); int tss_request_add_ap_tags_from_manifest(plist_t request, plist_t build_identity, plist_t overrides); int tss_request_add_baseband_tags_from_manifest(plist_t request, plist_t build_identity, plist_t overrides); |