1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-06 21:16:34 +01:00

more fixes

This commit is contained in:
Jfreegman
2013-09-17 06:03:08 -04:00
parent 063bc7ca86
commit 6e0ac744cb
3 changed files with 25 additions and 22 deletions

View File

@@ -2,5 +2,5 @@
* Toxic -- Tox Curses Client
*/
int init_groupchat_win(ToxWindow *prompt, Tox *m);
int init_groupchat_win(ToxWindow *prompt, Tox *m, int groupnum);
int get_num_groupchats(void);