summaryrefslogtreecommitdiffstats
path: root/src/normal.h
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2012-09-20 22:03:49 +0200
committerGravatar Martin Szulecki2012-11-07 22:21:05 +0100
commit9770d4cd4a50e030b46610073ad9731d09eb2635 (patch)
tree8ef9edbdd143b94a9deda96655e45977f597c123 /src/normal.h
parentddf459f9aea6965295e69d443a94759cbe8ac4ec (diff)
downloadidevicerestore-9770d4cd4a50e030b46610073ad9731d09eb2635.tar.gz
idevicerestore-9770d4cd4a50e030b46610073ad9731d09eb2635.tar.bz2
normal: Implement normal_get_nonce()
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 4ca6664..f6998e0 100644
--- a/src/normal.h
+++ b/src/normal.h
@@ -47,6 +47,7 @@ int normal_enter_recovery(struct idevicerestore_client_t* client);
int normal_get_cpid(struct idevicerestore_client_t* client, uint32_t* cpid);
int normal_get_bdid(struct idevicerestore_client_t* client, uint32_t* bdid);
int normal_get_ecid(struct idevicerestore_client_t* client, uint64_t* ecid);
+int normal_get_nonce(struct idevicerestore_client_t* client, unsigned char** nonce, int* nonce_size);
#ifdef __cplusplus
}