summaryrefslogtreecommitdiffstats
path: root/include/libimobiledevice/lockdown.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libimobiledevice/lockdown.h')
-rw-r--r--include/libimobiledevice/lockdown.h4
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
56typedef int16_t lockdownd_error_t; 56typedef int16_t lockdownd_error_t;
57 57
58struct lockdownd_client_int; 58typedef struct lockdownd_client_private lockdownd_client_private;
59typedef struct lockdownd_client_int *lockdownd_client_t; 59typedef lockdownd_client_private *lockdownd_client_t; /**< The client handle. */
60 60
61struct lockdownd_pair_record { 61struct lockdownd_pair_record {
62 char *device_certificate; 62 char *device_certificate;