From a4a0e5a4449cea17c6030555f2c1a9669611d871 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sat, 12 Sep 2009 19:49:16 +0200 Subject: Rename iphone_free_device_list to follow overall naming style --- src/iphone.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/iphone.c b/src/iphone.c index eabe6cd..80e3b26 100644 --- a/src/iphone.c +++ b/src/iphone.c @@ -128,7 +128,7 @@ iphone_error_t iphone_get_device_list(char ***devices, int *count) * * @return Always returnes IPHONE_E_SUCCESS. */ -iphone_error_t iphone_free_device_list(char **devices) +iphone_error_t iphone_device_list_free(char **devices) { if (devices) { int i = 0; -- cgit v1.1-32-gdbae