From 62bcedced863a9c4ecc3601638635dfe172a9130 Mon Sep 17 00:00:00 2001 From: Matt Colyer Date: Mon, 4 Aug 2008 23:41:56 -0700 Subject: Zack's C. rewrite of usbmux (with a few additions by Matt Colyer). --- src/lockdown.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lockdown.h') 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 @@ #include typedef struct { - usbmux_tcp_header *connection; + usbmux_connection *connection; gnutls_session_t *ssl_session; - iPhone *iphone; int in_SSL; char *gtls_buffer_hack; int gtls_buffer_hack_len; -- cgit v1.1-32-gdbae