diff options
| author | 2008-08-04 23:41:56 -0700 | |
|---|---|---|
| committer | 2008-08-04 23:41:56 -0700 | |
| commit | 62bcedced863a9c4ecc3601638635dfe172a9130 (patch) | |
| tree | 9937b4f6fbb848c1854e0add40f7ee86bba10d88 /src/lockdown.h | |
| parent | 294f6080e7c26cb390093eead11c8e0757e00fe2 (diff) | |
| download | libimobiledevice-62bcedced863a9c4ecc3601638635dfe172a9130.tar.gz libimobiledevice-62bcedced863a9c4ecc3601638635dfe172a9130.tar.bz2 | |
Zack's C. rewrite of usbmux (with a few additions by Matt Colyer).
Diffstat (limited to 'src/lockdown.h')
| -rw-r--r-- | src/lockdown.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lockdown.h b/src/lockdown.h index 874afb9..4abfe18 100644 --- a/src/lockdown.h +++ b/src/lockdown.h | |||
| @@ -28,9 +28,8 @@ | |||
| 28 | #include <string.h> | 28 | #include <string.h> |
| 29 | 29 | ||
| 30 | typedef struct { | 30 | typedef struct { |
| 31 | usbmux_tcp_header *connection; | 31 | usbmux_connection *connection; |
| 32 | gnutls_session_t *ssl_session; | 32 | gnutls_session_t *ssl_session; |
| 33 | iPhone *iphone; | ||
| 34 | int in_SSL; | 33 | int in_SSL; |
| 35 | char *gtls_buffer_hack; | 34 | char *gtls_buffer_hack; |
| 36 | int gtls_buffer_hack_len; | 35 | int gtls_buffer_hack_len; |
