diff options
Diffstat (limited to 'src/restore.h')
-rw-r--r-- | src/restore.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/restore.h b/src/restore.h index 8dc9a45..f40100f 100644 --- a/src/restore.h +++ b/src/restore.h @@ -3,7 +3,7 @@ * Functions for handling idevices in restore mode * * Copyright (c) 2010-2012 Martin Szulecki. All Rights Reserved. - * Copyright (c) 2012 Nikias Bassen. All Rights Reserved. + * Copyright (c) 2012-2015 Nikias Bassen. All Rights Reserved. * Copyright (c) 2010 Joshua Hill. All Rights Reserved. * * This library is free software; you can redistribute it and/or @@ -44,7 +44,7 @@ struct restore_client_t { }; int restore_check_mode(struct idevicerestore_client_t* client); -const char* restore_check_product_type(struct idevicerestore_client_t* client); +const char* restore_check_hardware_model(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); |