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

remove redundant cmd func args, use global prompt instead

This commit is contained in:
Jfreegman
2013-11-19 15:32:35 -05:00
parent b16ff16abc
commit f43d735861
15 changed files with 76 additions and 74 deletions

View File

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