summaryrefslogtreecommitdiffstats
path: root/include/libiphone/libiphone.h
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2009-09-12 19:49:16 +0200
committerGravatar Martin Szulecki2009-09-12 19:49:16 +0200
commita4a0e5a4449cea17c6030555f2c1a9669611d871 (patch)
tree3cd05e6b03af09d7c1ef662ed8956a377fbaf582 /include/libiphone/libiphone.h
parent3ce5d8e486195b62385b4d449cd7b63c33d81db4 (diff)
downloadlibimobiledevice-a4a0e5a4449cea17c6030555f2c1a9669611d871.tar.gz
libimobiledevice-a4a0e5a4449cea17c6030555f2c1a9669611d871.tar.bz2
Rename iphone_free_device_list to follow overall naming style
Diffstat (limited to 'include/libiphone/libiphone.h')
-rw-r--r--include/libiphone/libiphone.h2
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) */
83iphone_error_t iphone_get_device_list(char ***devices, int *count); 83iphone_error_t iphone_get_device_list(char ***devices, int *count);
84iphone_error_t iphone_free_device_list(char **devices); 84iphone_error_t iphone_device_list_free(char **devices);
85 85
86/* device structure creation and destruction */ 86/* device structure creation and destruction */
87iphone_error_t iphone_device_new(iphone_device_t *device, const char *uuid); 87iphone_error_t iphone_device_new(iphone_device_t *device, const char *uuid);