diff options
Diffstat (limited to 'include/libiphone/libiphone.h')
| -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); | |||
| 62 | iphone_error_t iphone_get_device(iphone_device_t *device); | 62 | iphone_error_t iphone_get_device(iphone_device_t *device); |
| 63 | iphone_error_t iphone_get_device_by_uuid(iphone_device_t *device, const char *uuid); | 63 | iphone_error_t iphone_get_device_by_uuid(iphone_device_t *device, const char *uuid); |
| 64 | iphone_error_t iphone_device_free(iphone_device_t device); | 64 | iphone_error_t iphone_device_free(iphone_device_t device); |
| 65 | uint32_t iphone_get_device_handle(iphone_device_t device); | 65 | iphone_error_t iphone_device_get_handle(iphone_device_t device, uint32_t *handle); |
| 66 | iphone_error_t iphone_device_get_uuid(iphone_device_t device, char **uuid); | 66 | iphone_error_t iphone_device_get_uuid(iphone_device_t device, char **uuid); |
| 67 | 67 | ||
| 68 | #ifdef __cplusplus | 68 | #ifdef __cplusplus |
