diff options
Diffstat (limited to 'src/common/command.h')
-rw-r--r-- | src/common/command.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/command.h b/src/common/command.h index 44a2a913b..474f3c10c 100644 --- a/src/common/command.h +++ b/src/common/command.h @@ -56,7 +56,9 @@ extern t_weelist *index_commands; extern t_weelist *last_index_command; extern void command_index_build (); +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 int weechat_cmd_alias (char *); |