From 5cb9ecc85240102402082c442d561d7350732027 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sat, 25 Jul 2009 02:54:40 +0200 Subject: Follow glib style and rename iphone_free_device to iphone_device_free --- include/libiphone/libiphone.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/libiphone/libiphone.h b/include/libiphone/libiphone.h index 895e809..7974526 100644 --- a/include/libiphone/libiphone.h +++ b/include/libiphone/libiphone.h @@ -58,10 +58,10 @@ typedef struct iphone_device_int *iphone_device_t; void iphone_set_debug_mask(uint16_t mask); void iphone_set_debug_level(int level); -//device related functions +/* Interface */ 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_free_device(iphone_device_t device); +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_uuid(iphone_device_t device, char **uuid); -- cgit v1.1-32-gdbae