From 89050631439f71ad652e68b59020f8801e100e45 Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Tue, 19 Aug 2008 22:55:46 +0200 Subject: migrate iphone.c --- src/usbmux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usbmux.c') diff --git a/src/usbmux.c b/src/usbmux.c index a71439d..a4a859a 100644 --- a/src/usbmux.c +++ b/src/usbmux.c @@ -116,7 +116,7 @@ void add_connection(usbmux_connection *connection) { * * @return A mux TCP header for the connection which is used for tracking and data transfer. */ -usbmux_connection *mux_connect(iPhone *phone, uint16 s_port, uint16 d_port) { +usbmux_connection *mux_connect(iphone_device_t phone, uint16 s_port, uint16 d_port) { if (!phone || !s_port || !d_port) return NULL; int bytes = 0; // Initialize connection stuff -- cgit v1.1-32-gdbae