diff options
author | Nikias Bassen | 2013-10-02 15:40:54 +0200 |
---|---|---|
committer | Nikias Bassen | 2013-10-02 15:40:54 +0200 |
commit | 930031521ab8abc4423cb00360074aa801db2d1e (patch) | |
tree | be4ebff3ba4b805c085ce77d58e235601c919d3a /src/idevicerestore.h | |
parent | 8e7c2a05bdf27e280f1738a618912f7833b9ef36 (diff) | |
download | idevicerestore-930031521ab8abc4423cb00360074aa801db2d1e.tar.gz idevicerestore-930031521ab8abc4423cb00360074aa801db2d1e.tar.bz2 |
silence implicit declaration compiler warnings
Diffstat (limited to 'src/idevicerestore.h')
-rw-r--r-- | src/idevicerestore.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/idevicerestore.h b/src/idevicerestore.h index 65bb001..44e3350 100644 --- a/src/idevicerestore.h +++ b/src/idevicerestore.h @@ -77,8 +77,11 @@ const char* check_product_type(struct idevicerestore_client_t* client); int get_ecid(struct idevicerestore_client_t* client, uint64_t* ecid); int get_bdid(struct idevicerestore_client_t* client, uint32_t* bdid); int get_cpid(struct idevicerestore_client_t* client, uint32_t* cpid); +int get_nonce(struct idevicerestore_client_t* client, unsigned char** nonce, int* nonce_size); int get_shsh_blobs(struct idevicerestore_client_t* client, uint64_t ecid, unsigned char* nonce, int nonce_size, plist_t build_identity, plist_t* tss); void fixup_tss(plist_t tss); +int build_manifest_get_identity_count(plist_t build_manifest); +int build_manifest_check_compatibility(plist_t build_manifest, const char* product); void build_manifest_get_version_information(plist_t build_manifest, struct idevicerestore_client_t* client); plist_t build_manifest_get_build_identity(plist_t build_manifest, uint32_t identity); int build_manifest_get_build_count(plist_t build_manifest); |