diff options
Diffstat (limited to 'toxcore/group_chats.h')
-rw-r--r-- | toxcore/group_chats.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/toxcore/group_chats.h b/toxcore/group_chats.h index 8afe95e2..b3f2e5a8 100644 --- a/toxcore/group_chats.h +++ b/toxcore/group_chats.h | |||
@@ -67,6 +67,10 @@ typedef struct Group_Chat { | |||
67 | 67 | ||
68 | } Group_Chat; | 68 | } Group_Chat; |
69 | 69 | ||
70 | #define GROUP_CHAT_PING 0 | ||
71 | #define GROUP_CHAT_NEW_PEER 16 | ||
72 | #define GROUP_CHAT_CHAT_MESSAGE 64 | ||
73 | |||
70 | /* Copy the name of peernum to name. | 74 | /* Copy the name of peernum to name. |
71 | * name must be at least MAX_NICK_BYTES long. | 75 | * name must be at least MAX_NICK_BYTES long. |
72 | * | 76 | * |