summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h2
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;