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/iphone.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/iphone.h') diff --git a/src/iphone.h b/src/iphone.h index f12d0eb..556a93a 100644 --- a/src/iphone.h +++ b/src/iphone.h @@ -33,13 +33,13 @@ #define BULKIN 0x85 #define BULKOUT 0x04 -typedef struct iPhone_s { +struct iphone_device_int { char *buffer; struct usb_dev_handle *device; struct usb_device *__device; -} iPhone; +}; // Function definitions -int send_to_phone(iPhone *phone, char *data, int datalen); -int recv_from_phone(iPhone *phone, char *data, int datalen); +int send_to_phone(iphone_device_t phone, char *data, int datalen); +int recv_from_phone(iphone_device_t phone, char *data, int datalen); #endif -- cgit v1.1-32-gdbae