diff options
author | Martin Szulecki | 2013-09-27 20:26:50 +0200 |
---|---|---|
committer | Martin Szulecki | 2013-09-27 20:26:50 +0200 |
commit | da393b9c399e0c5541311e07f68c4f2c337d50b7 (patch) | |
tree | 24af1abd80c5ca287e99985704ed7e05f976bd65 /src/common.h | |
parent | b2619fbc52e9728c57c4ad6f9579327abb0bbc51 (diff) | |
download | idevicerestore-da393b9c399e0c5541311e07f68c4f2c337d50b7.tar.gz idevicerestore-da393b9c399e0c5541311e07f68c4f2c337d50b7.tar.bz2 |
Require libirecovery >= 0.2.0 and port code to it's new API
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h index e626e2c..af3d1f8 100644 --- a/src/common.h +++ b/src/common.h @@ -78,7 +78,7 @@ struct idevicerestore_client_t { struct normal_client_t* normal; struct restore_client_t* restore; struct recovery_client_t* recovery; - struct irecv_device* device; + irecv_device_t device; struct idevicerestore_entry_t** entries; struct idevicerestore_mode_t* mode; char* version; |