summaryrefslogtreecommitdiffstats
path: root/src/normal.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2013-11-20 21:36:36 +0100
committerGravatar Nikias Bassen2013-11-20 21:36:36 +0100
commit17ecc7b0a4f8d9eececd5317bbed30ce09c5ec85 (patch)
tree30d1279b405c76c156b15c8658da7b1b62a05837 /src/normal.h
parentaef47cf31d21a2225931c17ce0d7bbcd10200204 (diff)
downloadidevicerestore-17ecc7b0a4f8d9eececd5317bbed30ce09c5ec85.tar.gz
idevicerestore-17ecc7b0a4f8d9eececd5317bbed30ce09c5ec85.tar.bz2
normal: add normal_get_preflight_info helper function
Diffstat (limited to 'src/normal.h')
-rw-r--r--src/normal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/normal.h b/src/normal.h
index abc4fe1..691f2d9 100644
--- a/src/normal.h
+++ b/src/normal.h
@@ -50,6 +50,7 @@ int normal_get_ecid(struct idevicerestore_client_t* client, uint64_t* ecid);
int normal_is_image4_supported(struct idevicerestore_client_t* client);
int normal_get_ap_nonce(struct idevicerestore_client_t* client, unsigned char** nonce, int* nonce_size);
int normal_get_sep_nonce(struct idevicerestore_client_t* client, unsigned char** nonce, int* nonce_size);
+int normal_get_preflight_info(struct idevicerestore_client_t* client, plist_t *preflight_info);
#ifdef __cplusplus
}