1
0
mirror of https://github.com/Tha14/toxic.git synced 2026-01-24 13:43:15 +01:00

added groupchats

This commit is contained in:
Jfreegman
2013-09-15 16:38:38 -04:00
parent 170abde373
commit 399b92c8e7
9 changed files with 452 additions and 76 deletions

6
src/groupchat.h Normal file
View File

@@ -0,0 +1,6 @@
/*
* Toxic -- Tox Curses Client
*/
int init_groupchat_win(ToxWindow *prompt, Tox *m);
int get_num_groupchats(void);