diff options
Diffstat (limited to 'src/lockdown.h')
| -rw-r--r-- | src/lockdown.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lockdown.h b/src/lockdown.h index 9176524..012ac72 100644 --- a/src/lockdown.h +++ b/src/lockdown.h | |||
| @@ -40,11 +40,11 @@ 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(); | 43 | char *lockdownd_generate_hostid(void); |
| 44 | 44 | ||
| 45 | iphone_lckd_client_t new_lockdownd_client(iphone_device_t phone); | 45 | iphone_lckd_client_t new_lockdownd_client(iphone_device_t phone); |
| 46 | iphone_error_t lockdownd_hello(iphone_lckd_client_t control); | 46 | 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); | 47 | iphone_error_t lockdownd_generic_get_value(iphone_lckd_client_t control, const char *req_key, const char *req_string, char **value); |
| 48 | iphone_error_t lockdownd_get_device_uid(iphone_lckd_client_t control, char **uid); | 48 | iphone_error_t lockdownd_get_device_uid(iphone_lckd_client_t control, char **uid); |
| 49 | iphone_error_t lockdownd_get_device_public_key(iphone_lckd_client_t control, char **public_key); | 49 | iphone_error_t lockdownd_get_device_public_key(iphone_lckd_client_t control, char **public_key); |
| 50 | 50 | ||
