mirror of
https://github.com/Tha14/toxic.git
synced 2026-01-24 19:03:14 +01:00
refactor logging functions to only handle chatlog pointers
This commit is contained in:
@@ -32,8 +32,6 @@ typedef struct {
|
||||
uint8_t *oldpeer_names;
|
||||
} GroupChat;
|
||||
|
||||
void groupchat_enable_log(ToxWindow *self);
|
||||
void groupchat_disable_log(ToxWindow *self);
|
||||
void kill_groupchat_window(ToxWindow *self);
|
||||
int init_groupchat_win(ToxWindow *prompt, Tox *m, int groupnum);
|
||||
ToxWindow new_group_chat(Tox *m, int groupnum);
|
||||
|
||||
Reference in New Issue
Block a user