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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/command.h b/src/common/command.h
index 474f3c10c..635c26261 100644
--- a/src/common/command.h
+++ b/src/common/command.h
@@ -65,6 +65,7 @@ extern int weechat_cmd_alias (char *);
extern int weechat_cmd_buffer (int, char **);
extern int weechat_cmd_clear (int, char **);
extern int weechat_cmd_connect (int, char **);
+extern int weechat_cmd_debug (int, char **);
extern int weechat_cmd_disconnect (int, char **);
extern int weechat_cmd_help (int, char **);
extern int weechat_cmd_perl (int, char **);