summaryrefslogtreecommitdiff
path: root/src/common/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/command.h')
-rw-r--r--src/common/command.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/command.h b/src/common/command.h
index 635c26261..fa808aa1e 100644
--- a/src/common/command.h
+++ b/src/common/command.h
@@ -23,6 +23,7 @@
#include "weelist.h"
#include "../irc/irc.h"
+#include "../gui/gui.h"
#define MAX_ARGS 8192
@@ -60,7 +61,7 @@ extern void command_index_free ();
extern t_weechat_alias *alias_new (char *, char *);
extern void alias_free_all ();
extern int exec_weechat_command (t_irc_server *, char *);
-extern void user_command (t_irc_server *, char *);
+extern void user_command (t_irc_server *, t_gui_buffer *, char *);
extern int weechat_cmd_alias (char *);
extern int weechat_cmd_buffer (int, char **);
extern int weechat_cmd_clear (int, char **);