From 995ed659864e14b7c55ee948889b3ffff7ff4991 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Tue, 17 Jul 2012 16:05:17 +0200 Subject: main/restore: Pass full client to restore mode and device discovery functions --- src/restore.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/restore.h') diff --git a/src/restore.h b/src/restore.h index 6e9c96e..7ad0d9f 100644 --- a/src/restore.h +++ b/src/restore.h @@ -40,8 +40,8 @@ struct restore_client_t { restored_client_t client; }; -int restore_check_mode(const char* udid); -int restore_check_device(const char* udid); +int restore_check_mode(struct idevicerestore_client_t* client); +int restore_check_device(struct idevicerestore_client_t* client); int restore_client_new(struct idevicerestore_client_t* client); void restore_client_free(struct idevicerestore_client_t* client); int restore_reboot(struct idevicerestore_client_t* client); -- cgit v1.1-32-gdbae