summaryrefslogtreecommitdiffstats
path: root/src/usbmux.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/usbmux.c')
-rw-r--r--src/usbmux.c2
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) {
116 * 116 *
117 * @return A mux TCP header for the connection which is used for tracking and data transfer. 117 * @return A mux TCP header for the connection which is used for tracking and data transfer.
118 */ 118 */
119usbmux_connection *mux_connect(iPhone *phone, uint16 s_port, uint16 d_port) { 119usbmux_connection *mux_connect(iphone_device_t phone, uint16 s_port, uint16 d_port) {
120 if (!phone || !s_port || !d_port) return NULL; 120 if (!phone || !s_port || !d_port) return NULL;
121 int bytes = 0; 121 int bytes = 0;
122 // Initialize connection stuff 122 // Initialize connection stuff