summaryrefslogtreecommitdiffstats
path: root/src/usbmuxd-proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/usbmuxd-proto.h')
-rw-r--r--src/usbmuxd-proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usbmuxd-proto.h b/src/usbmuxd-proto.h
index a344e60..9416416 100644
--- a/src/usbmuxd-proto.h
+++ b/src/usbmuxd-proto.h
@@ -52,7 +52,7 @@ enum usbmuxd_msgtype {
52 MESSAGE_LISTEN = 3, 52 MESSAGE_LISTEN = 3,
53 MESSAGE_DEVICE_ADD = 4, 53 MESSAGE_DEVICE_ADD = 4,
54 MESSAGE_DEVICE_REMOVE = 5, 54 MESSAGE_DEVICE_REMOVE = 5,
55 //??? 55 MESSAGE_DEVICE_PAIRED = 6,
56 //??? 56 //???
57 MESSAGE_PLIST = 8, 57 MESSAGE_PLIST = 8,
58}; 58};