diff options
Diffstat (limited to 'src/common/command.h')
-rw-r--r-- | src/common/command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/command.h b/src/common/command.h index 73fbaf42c..ccab6bb90 100644 --- a/src/common/command.h +++ b/src/common/command.h @@ -90,6 +90,7 @@ extern int weechat_cmd_plugin (t_irc_server *, t_irc_channel *, int, char **); extern int weechat_cmd_save (t_irc_server *, t_irc_channel *, int, char **); extern int weechat_cmd_server (t_irc_server *, t_irc_channel *, int, char **); extern int weechat_cmd_set (t_irc_server *, t_irc_channel *, char *); +extern int weechat_cmd_setp (t_irc_server *, t_irc_channel *, char *); extern int weechat_cmd_unalias (t_irc_server *, t_irc_channel *, char *); extern int weechat_cmd_unignore (t_irc_server *, t_irc_channel *, int, char **); extern int weechat_cmd_upgrade (t_irc_server *, t_irc_channel *, int, char **); |