summaryrefslogtreecommitdiffstats
path: root/usbmuxd.h
diff options
context:
space:
mode:
Diffstat (limited to 'usbmuxd.h')
-rw-r--r--usbmuxd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usbmuxd.h b/usbmuxd.h
index c768ee9..896bb39 100644
--- a/usbmuxd.h
+++ b/usbmuxd.h
@@ -30,7 +30,7 @@ struct am_device_info {
30 char serial_number[40]; 30 char serial_number[40];
31} __attribute__((__packed__)); 31} __attribute__((__packed__));
32 32
33struct usbmuxd_device_info_request { 33struct usbmuxd_device_info_record {
34 struct usbmuxd_header header; 34 struct usbmuxd_header header;
35 struct am_device_info device_info; 35 struct am_device_info device_info;
36 char padding[222]; 36 char padding[222];