diff options
Diffstat (limited to 'include/libiphone/libiphone.h')
| -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 b8c1c59..9764a7e 100644 --- a/include/libiphone/libiphone.h +++ b/include/libiphone/libiphone.h | |||
| @@ -71,6 +71,7 @@ iphone_error_t iphone_get_device(iphone_device_t *device); | |||
| 71 | iphone_error_t iphone_get_device_by_uuid(iphone_device_t *device, const char *uuid); | 71 | iphone_error_t iphone_get_device_by_uuid(iphone_device_t *device, const char *uuid); |
| 72 | iphone_error_t iphone_free_device(iphone_device_t device); | 72 | iphone_error_t iphone_free_device(iphone_device_t device); |
| 73 | uint32_t iphone_get_device_handle(iphone_device_t device); | 73 | uint32_t iphone_get_device_handle(iphone_device_t device); |
| 74 | iphone_error_t iphone_device_get_uuid(iphone_device_t device, char **uuid); | ||
| 74 | 75 | ||
| 75 | #ifdef __cplusplus | 76 | #ifdef __cplusplus |
| 76 | } | 77 | } |
