summaryrefslogtreecommitdiffstats
path: root/src/restore.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2024-06-22 17:08:15 +0200
committerGravatar Nikias Bassen2024-06-22 17:08:15 +0200
commitde1d17df224bffa4ae40e8b052c57d3af4f83dfd (patch)
tree40cbdd24090cb940ceb0783b856648306fc75741 /src/restore.h
parente0839878e760a752ebec838bc5227e32ba8650db (diff)
downloadidevicerestore-de1d17df224bffa4ae40e8b052c57d3af4f83dfd.tar.gz
idevicerestore-de1d17df224bffa4ae40e8b052c57d3af4f83dfd.tar.bz2
restore: Remove `device` from the parameters of the functions
Diffstat (limited to 'src/restore.h')
-rw-r--r--src/restore.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/restore.h b/src/restore.h
index 228de74..851b181 100644
--- a/src/restore.h
+++ b/src/restore.h
@@ -52,14 +52,14 @@ int restore_reboot(struct idevicerestore_client_t* client);
const char* restore_progress_string(unsigned int operation);
int restore_handle_status_msg(restored_client_t client, plist_t msg);
int restore_handle_progress_msg(struct idevicerestore_client_t* client, plist_t msg);
-int restore_handle_data_request_msg(struct idevicerestore_client_t* client, idevice_t device, restored_client_t restore, plist_t message);
+int restore_handle_data_request_msg(struct idevicerestore_client_t* client, restored_client_t restore, plist_t message);
int restore_send_nor(restored_client_t restore, struct idevicerestore_client_t* client, plist_t message);
int restore_send_root_ticket(restored_client_t restore, struct idevicerestore_client_t* client);
int restore_send_component(restored_client_t restore, struct idevicerestore_client_t* client, const char* component, const char* component_name);
int restore_device(struct idevicerestore_client_t* client, plist_t build_identity);
int restore_open_with_timeout(struct idevicerestore_client_t* client);
-int restore_send_filesystem(struct idevicerestore_client_t* client, idevice_t device);
-int restore_send_fdr_trust_data(restored_client_t restore, idevice_t device);
+int restore_send_filesystem(struct idevicerestore_client_t* client);
+int restore_send_fdr_trust_data(restored_client_t restore);
#ifdef __cplusplus
}