From a93c66e2bff0065ad2ac93998048f065e51a784c Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Tue, 8 Sep 2009 20:42:00 +0200 Subject: Protocol definition updated. renamed: usbmuxd_scan() -> usbmuxd_get_device_list() new: usbmuxd_get_device_by_uuid() --- tools/iproxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/iproxy.c b/tools/iproxy.c index f10d701..094ae75 100644 --- a/tools/iproxy.c +++ b/tools/iproxy.c @@ -153,7 +153,7 @@ void *acceptor_thread(void *arg) cdata = (struct client_data*)arg; - if ((count = usbmuxd_scan(&dev_list)) < 0) { + if ((count = usbmuxd_get_device_list(&dev_list)) < 0) { printf("Connecting to usbmuxd failed, terminating.\n"); free(dev_list); return NULL; -- cgit v1.1-32-gdbae