From e1b22c51edd2c3b416d111a63e1a84ab3ba7817e Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Mon, 11 Aug 2008 22:32:01 +0200 Subject: first shot at setting up a library --- src/lockdown.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/lockdown.h') 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 #include +#include + + + 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); -- cgit v1.1-32-gdbae