diff options
| author | 2009-05-18 22:29:39 +0200 | |
|---|---|---|
| committer | 2009-05-18 18:47:20 -0700 | |
| commit | 8eaac0513bfb238edec22d46320669f5c9c76542 (patch) | |
| tree | 2db842339bf525d67017525bcbd3f4d35181e5ca /src/lockdown.h | |
| parent | dca1758c4f9602fc240c6a7c9ae45839e154d15f (diff) | |
| download | libimobiledevice-8eaac0513bfb238edec22d46320669f5c9c76542.tar.gz libimobiledevice-8eaac0513bfb238edec22d46320669f5c9c76542.tar.bz2 | |
Make use of usbmuxd and remove libusb dependencies
Signed-off-by: Matt Colyer <matt@colyer.name>
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]; |
