summaryrefslogtreecommitdiffstats
path: root/src/iphone.h
diff options
context:
space:
mode:
authorGravatar Jonathan Beck2008-08-11 23:12:21 +0200
committerGravatar Jonathan Beck2008-08-31 19:27:19 +0200
commit143a48bd42db0f7aa23517c6d7eec81f19fa9ce3 (patch)
tree8a172000d2ca6d7c5cba6ce581e596601f6badd6 /src/iphone.h
parentbbc6306a24517ebaa1308c782579e028deeb4750 (diff)
downloadlibimobiledevice-143a48bd42db0f7aa23517c6d7eec81f19fa9ce3.tar.gz
libimobiledevice-143a48bd42db0f7aa23517c6d7eec81f19fa9ce3.tar.bz2
use non anonymous structs so we can use opaque type on them
Diffstat (limited to 'src/iphone.h')
-rw-r--r--src/iphone.h2
1 files changed, 1 insertions, 1 deletions
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;