summaryrefslogtreecommitdiffstats
path: root/src/lockdown.h
diff options
context:
space:
mode:
authorGravatar Jonathan Beck2008-08-11 22:32:01 +0200
committerGravatar Jonathan Beck2008-08-31 19:27:19 +0200
commite1b22c51edd2c3b416d111a63e1a84ab3ba7817e (patch)
tree5c22a2f6ab33927ab61b9e43c9382e0a2ffd8734 /src/lockdown.h
parentde4b279089d40131346cbd28e4f27b6e9716fab9 (diff)
downloadlibimobiledevice-e1b22c51edd2c3b416d111a63e1a84ab3ba7817e.tar.gz
libimobiledevice-e1b22c51edd2c3b416d111a63e1a84ab3ba7817e.tar.bz2
first shot at setting up a library
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);