diff options
Diffstat (limited to 'src/restore.h')
-rw-r--r-- | src/restore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/restore.h b/src/restore.h index e63f6bc..d4cfc46 100644 --- a/src/restore.h +++ b/src/restore.h @@ -44,7 +44,7 @@ struct restore_client_t { }; int restore_check_mode(struct idevicerestore_client_t* client); -const char* restore_check_hardware_model(struct idevicerestore_client_t* client); +irecv_device_t restore_get_irecv_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); |