summaryrefslogtreecommitdiffstats
path: root/usbmuxd.h
diff options
context:
space:
mode:
Diffstat (limited to 'usbmuxd.h')
-rw-r--r--usbmuxd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usbmuxd.h b/usbmuxd.h
index 0749c87..cc9b9d7 100644
--- a/usbmuxd.h
+++ b/usbmuxd.h
@@ -1,3 +1,5 @@
1/* Protocol defintion for usbmuxd proxy protocol */
2
1#ifndef __USBMUXD_H 3#ifndef __USBMUXD_H
2#define __USBMUXD_H 4#define __USBMUXD_H
3 5
@@ -29,7 +31,6 @@ struct usbmuxd_device {
29 uint16_t product_id; 31 uint16_t product_id;
30 char serial_number[40]; 32 char serial_number[40];
31} __attribute__((__packed__)); 33} __attribute__((__packed__));
32typedef struct usbmuxd_device usbmuxd_device_t;
33 34
34struct usbmuxd_device_info_record { 35struct usbmuxd_device_info_record {
35 struct usbmuxd_header header; 36 struct usbmuxd_header header;