1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-04 13:16:45 +02:00

generalize command matching loop

This commit is contained in:
Jfreegman
2013-11-10 13:23:47 -05:00
parent 5a7f26cfea
commit bc4e089a65
6 changed files with 81 additions and 79 deletions

View File

@ -10,4 +10,4 @@ enum {
GROUPCHAT_COMMAND_MODE,
};
void execute(WINDOW *window, ToxWindow *prompt, Tox *m, char *cmd, int mode);
void execute(WINDOW *w, ToxWindow *prompt, Tox *m, char *cmd, int mode);