diff options
Diffstat (limited to 'toxcore/Messenger.h')
-rw-r--r-- | toxcore/Messenger.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/toxcore/Messenger.h b/toxcore/Messenger.h index 40617d08..7649a779 100644 --- a/toxcore/Messenger.h +++ b/toxcore/Messenger.h | |||
@@ -44,7 +44,9 @@ | |||
44 | #define PACKET_ID_RECEIPT 65 | 44 | #define PACKET_ID_RECEIPT 65 |
45 | #define PACKET_ID_MESSAGE 64 | 45 | #define PACKET_ID_MESSAGE 64 |
46 | #define PACKET_ID_ACTION 63 | 46 | #define PACKET_ID_ACTION 63 |
47 | 47 | #define PACKET_ID_INVITE_GROUPCHAT 144 | |
48 | #define PACKET_ID_JOIN_GROUPCHAT 145 | ||
49 | #define PACKET_ID_ACCEPT_GROUPCHAT 146 | ||
48 | 50 | ||
49 | /* Status definitions. */ | 51 | /* Status definitions. */ |
50 | enum { | 52 | enum { |
@@ -134,7 +136,7 @@ typedef struct Messenger { | |||
134 | Friend *friendlist; | 136 | Friend *friendlist; |
135 | uint32_t numfriends; | 137 | uint32_t numfriends; |
136 | 138 | ||
137 | Group_Chat *chats; | 139 | Group_Chat **chats; |
138 | uint32_t numchats; | 140 | uint32_t numchats; |
139 | 141 | ||
140 | uint64_t last_LANdiscovery; | 142 | uint64_t last_LANdiscovery; |