diff options
author | Martin Szulecki | 2010-03-16 02:47:27 +0100 |
---|---|---|
committer | Martin Szulecki | 2010-03-16 02:47:27 +0100 |
commit | 535af4c6a44c1dcf36d2da1ef0d33c69763bd186 (patch) | |
tree | ac8cfe6a71ed197584a60d2bc76be6b8fa5cca88 /include/libimobiledevice/lockdown.h | |
parent | dd48a2c0051be9e0f7a8ae99b035ee3c3a333dd4 (diff) | |
download | libimobiledevice-535af4c6a44c1dcf36d2da1ef0d33c69763bd186.tar.gz libimobiledevice-535af4c6a44c1dcf36d2da1ef0d33c69763bd186.tar.bz2 |
Rename the *_int to *_private for better semantic and fix public typedefs
This changes the typedef logic slightly for the public headers in order
for doxygen to correctly pickup and enable the client struct documentation.
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" { 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; |