summaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/command.h b/src/command.h
index 318fa9c31..7db5b40d2 100644
--- a/src/command.h
+++ b/src/command.h
@@ -54,8 +54,10 @@ extern t_index_command *index_commands;
extern void index_command_build ();
extern int exec_weechat_command (t_irc_server *, char *);
extern void user_command (t_irc_server *, char *);
-extern int weechat_cmd_alias(int, char **);
-extern int weechat_cmd_clear(int, char **);
+extern int weechat_cmd_alias (int, char **);
+extern int weechat_cmd_clear (int, char **);
+extern int weechat_cmd_connect (int, char **);
+extern int weechat_cmd_disconnect (int, char **);
extern int weechat_cmd_help (int, char **);
extern int weechat_cmd_server (int, char **);
extern int weechat_cmd_set (int, char **);