diff options
author | Matt Colyer | 2009-01-27 21:24:20 -0800 |
---|---|---|
committer | Matt Colyer | 2009-01-27 21:24:20 -0800 |
commit | f7fbac7803c5cb5934aab58925babc70af4ab848 (patch) | |
tree | d40b6f6d38afebd4773cf8b5cbb37b4984965616 /include/libiphone | |
parent | 325470e5f298ed493dd813256571c154bfb71406 (diff) | |
download | libimobiledevice-f7fbac7803c5cb5934aab58925babc70af4ab848.tar.gz libimobiledevice-f7fbac7803c5cb5934aab58925babc70af4ab848.tar.bz2 |
Moved lockdownd_get_device_uid to be part of the public API.
Diffstat (limited to 'include/libiphone')
-rw-r--r-- | include/libiphone/libiphone.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libiphone/libiphone.h b/include/libiphone/libiphone.h index e4500f0..32d47d3 100644 --- a/include/libiphone/libiphone.h +++ b/include/libiphone/libiphone.h @@ -84,6 +84,7 @@ iphone_error_t iphone_free_device ( iphone_device_t device ); //lockdownd related functions +iphone_error_t lockdownd_get_device_uid(iphone_lckd_client_t control, char **uid); iphone_error_t iphone_lckd_new_client ( iphone_device_t device, iphone_lckd_client_t *client ); iphone_error_t iphone_lckd_free_client( iphone_lckd_client_t client ); |