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 @@
+/* Protocol defintion for usbmuxd proxy protocol */
+
#ifndef __USBMUXD_H
#define __USBMUXD_H
@@ -29,7 +31,6 @@ struct usbmuxd_device {
uint16_t product_id;
char serial_number[40];
} __attribute__((__packed__));
-typedef struct usbmuxd_device usbmuxd_device_t;
struct usbmuxd_device_info_record {
struct usbmuxd_header header;