From 143a48bd42db0f7aa23517c6d7eec81f19fa9ce3 Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Mon, 11 Aug 2008 23:12:21 +0200 Subject: use non anonymous structs so we can use opaque type on them --- src/iphone.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/iphone.h') diff --git a/src/iphone.h b/src/iphone.h index 746941f..f12d0eb 100644 --- a/src/iphone.h +++ b/src/iphone.h @@ -33,7 +33,7 @@ #define BULKIN 0x85 #define BULKOUT 0x04 -typedef struct { +typedef struct iPhone_s { char *buffer; struct usb_dev_handle *device; struct usb_device *__device; -- cgit v1.1-32-gdbae