From a7dcea5c4cf995ec7fe40548afc781f7fd799210 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 9 Feb 2012 02:39:05 +0100 Subject: add support for targeting a device by ECID --- src/recovery.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/recovery.h') diff --git a/src/recovery.h b/src/recovery.h index edb036a..ecb8e8e 100644 --- a/src/recovery.h +++ b/src/recovery.h @@ -41,7 +41,7 @@ struct recovery_client_t { plist_t tss; }; -int recovery_check_mode(); +int recovery_check_mode(struct idevicerestore_client_t* client); int recovery_client_new(struct idevicerestore_client_t* client); void recovery_client_free(struct idevicerestore_client_t* client); int recovery_send_component(struct idevicerestore_client_t* client, plist_t build_identity, const char* component); -- cgit v1.1-32-gdbae