summaryrefslogtreecommitdiffstats
path: root/src/lockdown.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lockdown.h')
-rw-r--r--src/lockdown.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lockdown.h b/src/lockdown.h
index c542d65..a16e148 100644
--- a/src/lockdown.h
+++ b/src/lockdown.h
@@ -27,6 +27,10 @@
#include <gnutls/gnutls.h>
#include <string.h>
+#include <libiphone/libiphone.h>
+
+
+
typedef struct {
usbmux_connection *connection;
@@ -36,7 +40,6 @@ typedef struct {
int gtls_buffer_hack_len;
} lockdownd_client;
-int lockdownd_init(iPhone *phone, lockdownd_client **control);
char *lockdownd_generate_hostid();
lockdownd_client *new_lockdownd_client(iPhone *phone);