summaryrefslogtreecommitdiffstats
path: root/src/lockdown.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lockdown.h')
-rw-r--r--src/lockdown.h3
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 @@
#include <string.h>
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;