diff options
author | Martin Szulecki | 2009-07-25 03:07:01 +0200 |
---|---|---|
committer | Martin Szulecki | 2009-07-25 03:07:01 +0200 |
commit | 1cfc2748d38eb97100cabced3b282108898099c2 (patch) | |
tree | bed338cd9ade6ba6f2de902a7e185fab5ff0c91f /include/libiphone | |
parent | 5cb9ecc85240102402082c442d561d7350732027 (diff) | |
download | libimobiledevice-1cfc2748d38eb97100cabced3b282108898099c2.tar.gz libimobiledevice-1cfc2748d38eb97100cabced3b282108898099c2.tar.bz2 |
Rename iphone_get_device_handle to iphone_device_get_handle and update tools
Diffstat (limited to 'include/libiphone')
-rw-r--r-- | include/libiphone/libiphone.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libiphone/libiphone.h b/include/libiphone/libiphone.h index 7974526..61820e0 100644 --- a/include/libiphone/libiphone.h +++ b/include/libiphone/libiphone.h @@ -62,7 +62,7 @@ void iphone_set_debug_level(int level); iphone_error_t iphone_get_device(iphone_device_t *device); iphone_error_t iphone_get_device_by_uuid(iphone_device_t *device, const char *uuid); iphone_error_t iphone_device_free(iphone_device_t device); -uint32_t iphone_get_device_handle(iphone_device_t device); +iphone_error_t iphone_device_get_handle(iphone_device_t device, uint32_t *handle); iphone_error_t iphone_device_get_uuid(iphone_device_t device, char **uuid); #ifdef __cplusplus |