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

don't delete groups on client exit

This commit is contained in:
Jfreegman
2015-03-19 17:39:11 -04:00
parent 02a0cac85a
commit 6cc8fdf215
3 changed files with 10 additions and 6 deletions

View File

@@ -72,7 +72,7 @@ typedef struct {
#endif
} GroupChat;
void close_groupchat(ToxWindow *self, Tox *m, int groupnum, const char *partmessage, int length);
void close_groupchat(ToxWindow *self, Tox *m, int groupnum);
int init_groupchat_win(Tox *m, int groupnum, const char *groupname, int length);
void set_nick_all_groups(Tox *m, const char *nick, uint16_t length);
void set_status_all_groups(Tox *m, uint8_t status);