summaryrefslogtreecommitdiffstats
path: root/src/dfu.h
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2013-11-20 17:00:35 +0100
committerGravatar Martin Szulecki2013-11-20 17:04:04 +0100
commit76e3f71c1aa7d54b2653073a32ae42c8088ca72a (patch)
tree486f3097375185a8638c2f06728d97059be4b75c /src/dfu.h
parent3c04e82be9af10e8b9b45a3d7138a67c7b04a616 (diff)
downloadidevicerestore-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dfu.h b/src/dfu.h
index 427754a..1d297bb 100644
--- a/src/dfu.h
+++ b/src/dfu.h
@@ -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);