diff options
author | Jonathan Beck | 2008-08-19 22:55:46 +0200 |
---|---|---|
committer | Jonathan Beck | 2008-08-31 19:27:20 +0200 |
commit | 89050631439f71ad652e68b59020f8801e100e45 (patch) | |
tree | d1b64235991578d6b6bec70a2a0c371c2171a2f7 /src/usbmux.c | |
parent | 318f4bd51a25d5572f2dfd6f26c89fce52f43076 (diff) | |
download | libplist-89050631439f71ad652e68b59020f8801e100e45.tar.gz libplist-89050631439f71ad652e68b59020f8801e100e45.tar.bz2 |
migrate iphone.c
Diffstat (limited to 'src/usbmux.c')
-rw-r--r-- | src/usbmux.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |