diff options
Diffstat (limited to 'src/lockdown.h')
| -rw-r--r-- | src/lockdown.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lockdown.h b/src/lockdown.h index 8b4f27c..91bcc77 100644 --- a/src/lockdown.h +++ b/src/lockdown.h | |||
| @@ -47,7 +47,6 @@ iphone_lckd_client_t new_lockdownd_client(iphone_device_t phone); | |||
| 47 | iphone_error_t lockdownd_hello(iphone_lckd_client_t control); | 47 | iphone_error_t lockdownd_hello(iphone_lckd_client_t control); |
| 48 | iphone_error_t lockdownd_generic_get_value(iphone_lckd_client_t control, const char *req_key, const char *req_string, | 48 | iphone_error_t lockdownd_generic_get_value(iphone_lckd_client_t control, const char *req_key, const char *req_string, |
| 49 | char **value); | 49 | char **value); |
| 50 | iphone_error_t lockdownd_get_device_uid(iphone_lckd_client_t control, char **uid); | ||
| 51 | iphone_error_t lockdownd_get_device_public_key(iphone_lckd_client_t control, char **public_key); | 50 | iphone_error_t lockdownd_get_device_public_key(iphone_lckd_client_t control, char **public_key); |
| 52 | 51 | ||
| 53 | iphone_error_t lockdownd_gen_pair_cert(char *public_key_b64, char **device_cert_b64, char **host_cert_b64, | 52 | iphone_error_t lockdownd_gen_pair_cert(char *public_key_b64, char **device_cert_b64, char **host_cert_b64, |
