diff options
Diffstat (limited to 'include/libimobiledevice/lockdown.h')
| -rw-r--r-- | include/libimobiledevice/lockdown.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libimobiledevice/lockdown.h b/include/libimobiledevice/lockdown.h index bfdffad..6abf6d6 100644 --- a/include/libimobiledevice/lockdown.h +++ b/include/libimobiledevice/lockdown.h | |||
| @@ -55,8 +55,8 @@ extern "C" { | |||
| 55 | 55 | ||
| 56 | typedef int16_t lockdownd_error_t; | 56 | typedef int16_t lockdownd_error_t; |
| 57 | 57 | ||
| 58 | struct lockdownd_client_int; | 58 | typedef struct lockdownd_client_private lockdownd_client_private; |
| 59 | typedef struct lockdownd_client_int *lockdownd_client_t; | 59 | typedef lockdownd_client_private *lockdownd_client_t; /**< The client handle. */ |
| 60 | 60 | ||
| 61 | struct lockdownd_pair_record { | 61 | struct lockdownd_pair_record { |
| 62 | char *device_certificate; | 62 | char *device_certificate; |
