1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 21:36:35 +01:00

basic logging for groupchats

This commit is contained in:
Jfreegman
2014-02-26 03:51:26 -05:00
parent 831d8e5f24
commit 5ff7065744
7 changed files with 22 additions and 9 deletions

View File

@@ -30,6 +30,7 @@ typedef struct {
int side_pos; /* current position of the sidebar - used for scrolling up and down */
uint8_t *peer_names;
uint8_t *oldpeer_names;
uint8_t groupkey[TOX_CLIENT_ID_SIZE];
} GroupChat;
int init_groupchat_win(ToxWindow *prompt, Tox *m, int groupnum);