From fe6e9de976cbc7cd204cafa44a4e1a5c5f1a9e0f Mon Sep 17 00:00:00 2001 From: BALATON Zoltan Date: Wed, 13 May 2015 22:43:03 +0200 Subject: Catch Paired message even if it is ignored now to prevent returning an error to the user on receiving this message. --- include/usbmuxd-proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/usbmuxd-proto.h b/include/usbmuxd-proto.h index 9ad5f71..a2a731e 100644 --- a/include/usbmuxd-proto.h +++ b/include/usbmuxd-proto.h @@ -52,7 +52,7 @@ enum usbmuxd_msgtype { MESSAGE_LISTEN = 3, MESSAGE_DEVICE_ADD = 4, MESSAGE_DEVICE_REMOVE = 5, - //??? + MESSAGE_DEVICE_PAIRED = 6, //??? MESSAGE_PLIST = 8, }; -- cgit v1.1-32-gdbae