mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-06 23:36:34 +01:00
remove redundant cmd func args, use global prompt instead
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user