mirror of
https://github.com/Tha14/toxic.git
synced 2026-01-25 02:33:15 +01:00
fix bug
This commit is contained in:
@@ -10,4 +10,4 @@ enum {
|
||||
GROUPCHAT_COMMAND_MODE,
|
||||
};
|
||||
|
||||
void execute(WINDOW *w, ToxWindow *prompt, Tox *m, char *cmd, int mode);
|
||||
void execute(WINDOW *w, ToxWindow *prompt, Tox *m, int num, char *cmd, int mode);
|
||||
|
||||
Reference in New Issue
Block a user