diff options
Diffstat (limited to 'src/lockdown.h')
| -rw-r--r-- | src/lockdown.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lockdown.h b/src/lockdown.h index 18e13aa..8ca8a7f 100644 --- a/src/lockdown.h +++ b/src/lockdown.h | |||
| @@ -41,7 +41,7 @@ struct iphone_lckd_client_int { | |||
| 41 | 41 | ||
| 42 | iphone_lckd_client_t new_lockdownd_client(iphone_device_t phone); | 42 | iphone_lckd_client_t new_lockdownd_client(iphone_device_t phone); |
| 43 | iphone_error_t lockdownd_hello(iphone_lckd_client_t control); | 43 | iphone_error_t lockdownd_hello(iphone_lckd_client_t control); |
| 44 | iphone_error_t lockdownd_generic_get_value(iphone_lckd_client_t control, char *req_key, char *req_string, | 44 | iphone_error_t lockdownd_generic_get_value(iphone_lckd_client_t control, const char *req_key, char *req_string, |
| 45 | gnutls_datum_t * value); | 45 | gnutls_datum_t * value); |
| 46 | iphone_error_t lockdownd_get_device_uid(iphone_lckd_client_t control, char **uid); | 46 | iphone_error_t lockdownd_get_device_uid(iphone_lckd_client_t control, char **uid); |
| 47 | iphone_error_t lockdownd_get_device_public_key(iphone_lckd_client_t control, gnutls_datum_t * public_key); | 47 | iphone_error_t lockdownd_get_device_public_key(iphone_lckd_client_t control, gnutls_datum_t * public_key); |
