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" {
typedef int16_t lockdownd_error_t;
-struct lockdownd_client_int;
-typedef struct lockdownd_client_int *lockdownd_client_t;
+typedef struct lockdownd_client_private lockdownd_client_private;
+typedef lockdownd_client_private *lockdownd_client_t; /**< The client handle. */
struct lockdownd_pair_record {
char *device_certificate;