diff options
author | Martin Szulecki | 2013-11-20 17:00:35 +0100 |
---|---|---|
committer | Martin Szulecki | 2013-11-20 17:04:04 +0100 |
commit | 76e3f71c1aa7d54b2653073a32ae42c8088ca72a (patch) | |
tree | 486f3097375185a8638c2f06728d97059be4b75c /src/dfu.h | |
parent | 3c04e82be9af10e8b9b45a3d7138a67c7b04a616 (diff) | |
download | idevicerestore-76e3f71c1aa7d54b2653073a32ae42c8088ca72a.tar.gz idevicerestore-76e3f71c1aa7d54b2653073a32ae42c8088ca72a.tar.bz2 |
dfu: Implement dfu_get_ecid() to fix connectivity issues from DFU mode
Diffstat (limited to 'src/dfu.h')
-rw-r--r-- | src/dfu.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ const char* dfu_check_product_type(struct idevicerestore_client_t* client); int dfu_send_buffer(struct idevicerestore_client_t* client, unsigned char* buffer, unsigned int size); int dfu_send_component(struct idevicerestore_client_t* client, plist_t build_identity, const char* component); int dfu_get_cpid(struct idevicerestore_client_t* client, unsigned int* cpid); +int dfu_get_ecid(struct idevicerestore_client_t* client, uint64_t* ecid); int dfu_is_image4_supported(struct idevicerestore_client_t* client); int dfu_get_ap_nonce(struct idevicerestore_client_t* client, unsigned char** nonce, int* nonce_size); int dfu_get_sep_nonce(struct idevicerestore_client_t* client, unsigned char** nonce, int* nonce_size); |