diff options
| author | 2008-12-11 23:03:21 +0100 | |
|---|---|---|
| committer | 2008-12-11 23:03:21 +0100 | |
| commit | 18d1ee3b0f17325fdffe0cf3e2770a3f0f45a1b9 (patch) | |
| tree | 87a08a825b7a75bc0b0ce43de4801b1b7fd546cb /src/lockdown.h | |
| parent | cd95e9bc6e23949b5cef3996132b79bd8803467a (diff) | |
| download | libimobiledevice-18d1ee3b0f17325fdffe0cf3e2770a3f0f45a1b9.tar.gz libimobiledevice-18d1ee3b0f17325fdffe0cf3e2770a3f0f45a1b9.tar.bz2 | |
move stuff around to make code more organized.
Diffstat (limited to 'src/lockdown.h')
| -rw-r--r-- | src/lockdown.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lockdown.h b/src/lockdown.h index 9176524..b75d4bf 100644 --- a/src/lockdown.h +++ b/src/lockdown.h | |||
| @@ -40,8 +40,6 @@ struct iphone_lckd_client_int { | |||
| 40 | int gtls_buffer_hack_len; | 40 | int gtls_buffer_hack_len; |
| 41 | }; | 41 | }; |
| 42 | 42 | ||
| 43 | char *lockdownd_generate_hostid(); | ||
| 44 | |||
| 45 | iphone_lckd_client_t new_lockdownd_client(iphone_device_t phone); | 43 | iphone_lckd_client_t new_lockdownd_client(iphone_device_t phone); |
| 46 | iphone_error_t lockdownd_hello(iphone_lckd_client_t control); | 44 | iphone_error_t lockdownd_hello(iphone_lckd_client_t control); |
| 47 | iphone_error_t lockdownd_generic_get_value(iphone_lckd_client_t control, char *req_key, char *req_string, char **value); | 45 | iphone_error_t lockdownd_generic_get_value(iphone_lckd_client_t control, char *req_key, char *req_string, char **value); |
