diff options
| author | 2008-08-20 09:31:32 -0700 | |
|---|---|---|
| committer | 2008-08-20 09:31:32 -0700 | |
| commit | aecf8d985ea38eceac682f31bbbc92b605c0ab39 (patch) | |
| tree | 7e3ea2d7480ac71ea89af463f5a28c77f63fc4f8 /src/lockdown.h | |
| parent | c8cf91eec5e66a5ee9fdaadeba978f079898cb45 (diff) | |
| download | libimobiledevice-aecf8d985ea38eceac682f31bbbc92b605c0ab39.tar.gz libimobiledevice-aecf8d985ea38eceac682f31bbbc92b605c0ab39.tar.bz2 | |
Removed duplicate functions in initconf and fixed build issues.
Diffstat (limited to 'src/lockdown.h')
| -rw-r--r-- | src/lockdown.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lockdown.h b/src/lockdown.h index 56c133d..6b27900 100644 --- a/src/lockdown.h +++ b/src/lockdown.h | |||
| @@ -22,6 +22,7 @@ | |||
| 22 | #ifndef LOCKDOWND_H | 22 | #ifndef LOCKDOWND_H |
| 23 | #define LOCKDOWND_H | 23 | #define LOCKDOWND_H |
| 24 | 24 | ||
| 25 | #include "usbmux.h" | ||
| 25 | #include "plist.h" | 26 | #include "plist.h" |
| 26 | 27 | ||
| 27 | #include <gnutls/gnutls.h> | 28 | #include <gnutls/gnutls.h> |
| @@ -36,6 +37,7 @@ typedef struct { | |||
| 36 | } lockdownd_client; | 37 | } lockdownd_client; |
| 37 | 38 | ||
| 38 | int lockdownd_init(iPhone *phone, lockdownd_client **control); | 39 | int lockdownd_init(iPhone *phone, lockdownd_client **control); |
| 40 | char *lockdownd_generate_hostid(); | ||
| 39 | 41 | ||
| 40 | lockdownd_client *new_lockdownd_client(iPhone *phone); | 42 | lockdownd_client *new_lockdownd_client(iPhone *phone); |
| 41 | int lockdownd_hello(lockdownd_client *control); | 43 | int lockdownd_hello(lockdownd_client *control); |
