From e617375c3424ef341a172d05c58cfc4335049c44 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sat, 12 Sep 2009 19:44:51 +0200 Subject: Update tools to use new API --- dev/iphoneenterrecovery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/iphoneenterrecovery.c') diff --git a/dev/iphoneenterrecovery.c b/dev/iphoneenterrecovery.c index 2f7891c..1d4d332 100644 --- a/dev/iphoneenterrecovery.c +++ b/dev/iphoneenterrecovery.c @@ -68,7 +68,7 @@ int main(int argc, char *argv[]) } strcpy(uuid, argv[i]); - ret = iphone_get_device_by_uuid(&phone, uuid); + ret = iphone_device_new(&phone, uuid); if (ret != IPHONE_E_SUCCESS) { printf("No device found with uuid %s, is it plugged in?\n", uuid); return -1; -- cgit v1.1-32-gdbae