summaryrefslogtreecommitdiffstats
path: root/src/restore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/restore.h')
-rw-r--r--src/restore.h4
1 files changed, 2 insertions, 2 deletions
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);