From b09706b48b00d00cfd61638d9e9b932484b29b79 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Tue, 29 Jun 2021 03:59:10 +0200 Subject: Remove unused functions --- src/dfu.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/dfu.h') 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); -- cgit v1.1-32-gdbae