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 @@
27 27
28#include <gnutls/gnutls.h> 28#include <gnutls/gnutls.h>
29#include <string.h> 29#include <string.h>
30#include <libiphone/libiphone.h>
31
32
33
30 34
31typedef struct { 35typedef struct {
32 usbmux_connection *connection; 36 usbmux_connection *connection;
@@ -36,7 +40,6 @@ typedef struct {
36 int gtls_buffer_hack_len; 40 int gtls_buffer_hack_len;
37} lockdownd_client; 41} lockdownd_client;
38 42
39int lockdownd_init(iPhone *phone, lockdownd_client **control);
40char *lockdownd_generate_hostid(); 43char *lockdownd_generate_hostid();
41 44
42lockdownd_client *new_lockdownd_client(iPhone *phone); 45lockdownd_client *new_lockdownd_client(iPhone *phone);