diff options
Diffstat (limited to 'src/iphone.h')
-rw-r--r-- | src/iphone.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iphone.h b/src/iphone.h index 746941f..f12d0eb 100644 --- a/src/iphone.h +++ b/src/iphone.h @@ -33,7 +33,7 @@ #define BULKIN 0x85 #define BULKOUT 0x04 -typedef struct { +typedef struct iPhone_s { char *buffer; struct usb_dev_handle *device; struct usb_device *__device; |