diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/libiphone/lockdown.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libiphone/lockdown.h b/include/libiphone/lockdown.h index 4a82258..08431aa 100644 --- a/include/libiphone/lockdown.h +++ b/include/libiphone/lockdown.h | |||
| @@ -56,6 +56,7 @@ typedef struct lockdownd_client_int *lockdownd_client_t; | |||
| 56 | 56 | ||
| 57 | /* Interface */ | 57 | /* Interface */ |
| 58 | lockdownd_error_t lockdownd_client_new(iphone_device_t device, lockdownd_client_t *client, const char *label); | 58 | lockdownd_error_t lockdownd_client_new(iphone_device_t device, lockdownd_client_t *client, const char *label); |
| 59 | lockdownd_error_t lockdownd_client_new_with_handshake(iphone_device_t device, lockdownd_client_t *client, const char *label); | ||
| 59 | lockdownd_error_t lockdownd_client_free(lockdownd_client_t client); | 60 | lockdownd_error_t lockdownd_client_free(lockdownd_client_t client); |
| 60 | void lockdownd_client_set_label(lockdownd_client_t client, const char *label); | 61 | void lockdownd_client_set_label(lockdownd_client_t client, const char *label); |
| 61 | lockdownd_error_t lockdownd_query_type(lockdownd_client_t client, char **type); | 62 | lockdownd_error_t lockdownd_query_type(lockdownd_client_t client, char **type); |
