summaryrefslogtreecommitdiffstats
path: root/src/idevicerestore.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/idevicerestore.h
parent5cdf0a64c51e0c9f1d784bf17ed74d8311dc423d (diff)
downloadidevicerestore-b09706b48b00d00cfd61638d9e9b932484b29b79.tar.gz
idevicerestore-b09706b48b00d00cfd61638d9e9b932484b29b79.tar.bz2
Remove unused functions
Diffstat (limited to 'src/idevicerestore.h')
-rw-r--r--src/idevicerestore.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/idevicerestore.h b/src/idevicerestore.h
index e7690c2..a7f3609 100644
--- a/src/idevicerestore.h
+++ b/src/idevicerestore.h
@@ -82,7 +82,6 @@ void idevicerestore_set_debug_stream(FILE* strm);
int idevicerestore_start(struct idevicerestore_client_t* client);
const char* idevicerestore_get_error(void);
-int check_mode(struct idevicerestore_client_t* client);
irecv_device_t get_irecv_device(struct idevicerestore_client_t* client);
int get_ecid(struct idevicerestore_client_t* client, uint64_t* ecid);
int is_image4_supported(struct idevicerestore_client_t* client);