diff options
Diffstat (limited to 'toxcore/group_chats.h')
-rw-r--r-- | toxcore/group_chats.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/toxcore/group_chats.h b/toxcore/group_chats.h index 8d5f5e50..e31aa229 100644 --- a/toxcore/group_chats.h +++ b/toxcore/group_chats.h | |||
@@ -41,6 +41,9 @@ typedef struct { | |||
41 | 41 | ||
42 | uint8_t nick[MAX_NICK_BYTES]; | 42 | uint8_t nick[MAX_NICK_BYTES]; |
43 | uint16_t nick_len; | 43 | uint16_t nick_len; |
44 | |||
45 | uint8_t deleted; | ||
46 | uint64_t deleted_time; | ||
44 | } Group_Peer; | 47 | } Group_Peer; |
45 | 48 | ||
46 | typedef struct { | 49 | typedef struct { |