From 17ecc7b0a4f8d9eececd5317bbed30ce09c5ec85 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Wed, 20 Nov 2013 21:36:36 +0100 Subject: normal: add normal_get_preflight_info helper function --- src/normal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/normal.h') 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 } -- cgit v1.1-32-gdbae