diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/iphone.h | 2 | ||||
| -rw-r--r-- | src/lockdown.h | 2 |
2 files changed, 2 insertions, 2 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 @@ | |||
| 33 | #define BULKIN 0x85 | 33 | #define BULKIN 0x85 |
| 34 | #define BULKOUT 0x04 | 34 | #define BULKOUT 0x04 |
| 35 | 35 | ||
| 36 | typedef struct { | 36 | typedef struct iPhone_s { |
| 37 | char *buffer; | 37 | char *buffer; |
| 38 | struct usb_dev_handle *device; | 38 | struct usb_dev_handle *device; |
| 39 | struct usb_device *__device; | 39 | struct usb_device *__device; |
diff --git a/src/lockdown.h b/src/lockdown.h index a16e148..b48c150 100644 --- a/src/lockdown.h +++ b/src/lockdown.h | |||
| @@ -32,7 +32,7 @@ | |||
| 32 | 32 | ||
| 33 | 33 | ||
| 34 | 34 | ||
| 35 | typedef struct { | 35 | typedef struct lockdownd_client_s { |
| 36 | usbmux_connection *connection; | 36 | usbmux_connection *connection; |
| 37 | gnutls_session_t *ssl_session; | 37 | gnutls_session_t *ssl_session; |
| 38 | int in_SSL; | 38 | int in_SSL; |
