diff options
author | 2010-06-21 04:50:40 -0400 | |
---|---|---|
committer | 2010-06-21 04:50:40 -0400 | |
commit | 7edbc8417b760179337b507a6d957882b71dde2e (patch) | |
tree | 71b5ab4d386c212bc903f6d73faf56e9368cce1e /src/normal.h | |
parent | 930f4b350474435e011b9dca18424dd1c42ea353 (diff) | |
download | idevicerestore-7edbc8417b760179337b507a6d957882b71dde2e.tar.gz idevicerestore-7edbc8417b760179337b507a6d957882b71dde2e.tar.bz2 |
Fixed a few more compile errors, everything should compile fine now, but i'm not sure if it will run yet
Diffstat (limited to 'src/normal.h')
-rw-r--r-- | src/normal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/normal.h b/src/normal.h index 836d495..e86bf14 100644 --- a/src/normal.h +++ b/src/normal.h @@ -43,7 +43,7 @@ int normal_check_device(const char* uuid); int normal_client_new(struct idevicerestore_client_t* client); void normal_client_free(struct idevicerestore_client_t* client); int normal_open_with_timeout(struct idevicerestore_client_t* client); -int normal_enter_recovery(const char* uuid); +int normal_enter_recovery(struct idevicerestore_client_t* client); int normal_get_cpid(const char* uuid, uint32_t* cpid); int normal_get_bdid(const char* uuid, uint32_t* cpid); int normal_get_ecid(const char* uuid, uint64_t* ecid); |