summaryrefslogtreecommitdiffstats
path: root/src/lockdown.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2009-05-18 22:29:39 +0200
committerGravatar Matt Colyer2009-05-18 18:47:20 -0700
commit8eaac0513bfb238edec22d46320669f5c9c76542 (patch)
tree2db842339bf525d67017525bcbd3f4d35181e5ca /src/lockdown.h
parentdca1758c4f9602fc240c6a7c9ae45839e154d15f (diff)
downloadlibimobiledevice-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.h4
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 @@
#ifndef LOCKDOWND_H
#define LOCKDOWND_H
-#include "usbmux.h"
-
#include <gnutls/gnutls.h>
#include <string.h>
#include <libiphone/libiphone.h>
@@ -32,7 +30,7 @@
struct iphone_lckd_client_int {
- iphone_umux_client_t connection;
+ int sfd;
gnutls_session_t *ssl_session;
int in_SSL;
char session_id[40];