summaryrefslogtreecommitdiffstats
path: root/src/lockdown.h
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2009-05-24 00:25:03 +0200
committerGravatar Martin Szulecki2009-05-24 00:25:03 +0200
commit36ea32e0064f33d6a285684c3069f4d75bbac7a8 (patch)
tree039291b47e954fe8529f52e1fc71f7e924761a6a /src/lockdown.h
parent46f8d46845355e6a33a6dcb97ba11d4c4cab62eb (diff)
parent435f5feb4b5c501db52743a170908687d3ba6f60 (diff)
downloadlibimobiledevice-36ea32e0064f33d6a285684c3069f4d75bbac7a8.tar.gz
libimobiledevice-36ea32e0064f33d6a285684c3069f4d75bbac7a8.tar.bz2
Merge branch 'master' of git://github.com/MattColyer/libiphone into martin
Conflicts: src/Makefile.am
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 @@
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
34struct iphone_lckd_client_int { 32struct 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];