diff options
Diffstat (limited to 'src/lockdown.h')
| -rw-r--r-- | src/lockdown.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lockdown.h b/src/lockdown.h index 7485006..1f9d84c 100644 --- a/src/lockdown.h +++ b/src/lockdown.h | |||
| @@ -22,8 +22,6 @@ | |||
| 22 | #ifndef LOCKDOWND_H | 22 | #ifndef LOCKDOWND_H |
| 23 | #define LOCKDOWND_H | 23 | #define LOCKDOWND_H |
| 24 | 24 | ||
| 25 | #include "usbmux.h" | ||
| 26 | |||
| 27 | #include <gnutls/gnutls.h> | 25 | #include <gnutls/gnutls.h> |
| 28 | #include <string.h> | 26 | #include <string.h> |
| 29 | #include <libiphone/libiphone.h> | 27 | #include <libiphone/libiphone.h> |
| @@ -32,7 +30,7 @@ | |||
| 32 | 30 | ||
| 33 | 31 | ||
| 34 | struct iphone_lckd_client_int { | 32 | struct iphone_lckd_client_int { |
| 35 | iphone_umux_client_t connection; | 33 | int sfd; |
| 36 | gnutls_session_t *ssl_session; | 34 | gnutls_session_t *ssl_session; |
| 37 | int in_SSL; | 35 | int in_SSL; |
| 38 | char session_id[40]; | 36 | char session_id[40]; |
