summaryrefslogtreecommitdiffstats
path: root/src/dfu.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2021-06-29 03:59:10 +0200
committerGravatar Nikias Bassen2021-06-29 03:59:10 +0200
commitb09706b48b00d00cfd61638d9e9b932484b29b79 (patch)
treeebc5166926798fe0f4bf4cd6c8312b9e21665e9e /src/dfu.h
parent5cdf0a64c51e0c9f1d784bf17ed74d8311dc423d (diff)
downloadidevicerestore-b09706b48b00d00cfd61638d9e9b932484b29b79.tar.gz
idevicerestore-b09706b48b00d00cfd61638d9e9b932484b29b79.tar.bz2
Remove unused functions
Diffstat (limited to 'src/dfu.h')
-rw-r--r--src/dfu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dfu.h b/src/dfu.h
index 2af1a6e..f501531 100644
--- a/src/dfu.h
+++ b/src/dfu.h
@@ -39,7 +39,6 @@ struct dfu_client_t {
int dfu_client_new(struct idevicerestore_client_t* client);
void dfu_client_free(struct idevicerestore_client_t* client);
-int dfu_check_mode(struct idevicerestore_client_t* client, int* mode);
irecv_device_t dfu_get_irecv_device(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);