diff options
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 77860f8..6b95edc 100644 --- a/include/libiphone/libiphone.h +++ b/include/libiphone/libiphone.h | |||
| @@ -81,7 +81,7 @@ iphone_error_t iphone_event_unsubscribe(); | |||
| 81 | 81 | ||
| 82 | /* discovery (synchronous) */ | 82 | /* discovery (synchronous) */ |
| 83 | iphone_error_t iphone_get_device_list(char ***devices, int *count); | 83 | iphone_error_t iphone_get_device_list(char ***devices, int *count); |
| 84 | iphone_error_t iphone_free_device_list(char **devices); | 84 | iphone_error_t iphone_device_list_free(char **devices); |
| 85 | 85 | ||
| 86 | /* device structure creation and destruction */ | 86 | /* device structure creation and destruction */ |
| 87 | iphone_error_t iphone_device_new(iphone_device_t *device, const char *uuid); | 87 | iphone_error_t iphone_device_new(iphone_device_t *device, const char *uuid); |
