summaryrefslogtreecommitdiff
path: root/src/xmpp/biboumi_adhoc_commands.hpp
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2017-06-16 10:48:54 +0200
committerlouiz’ <louiz@louiz.org>2017-06-16 10:48:54 +0200
commite75d7ad8ea72044fdfd2317e03f91ba5bea06b86 (patch)
treed6e289cd1026bfcd346956f4eaa378c893119700 /src/xmpp/biboumi_adhoc_commands.hpp
parent40db183e3753486deaa43e950fff38579c5ced6f (diff)
downloadbiboumi-e75d7ad8ea72044fdfd2317e03f91ba5bea06b86.tar.gz
biboumi-e75d7ad8ea72044fdfd2317e03f91ba5bea06b86.tar.bz2
biboumi-e75d7ad8ea72044fdfd2317e03f91ba5bea06b86.tar.xz
biboumi-e75d7ad8ea72044fdfd2317e03f91ba5bea06b86.zip
Add a Record History option in the Channel configuration form
fix #3269
Diffstat (limited to 'src/xmpp/biboumi_adhoc_commands.hpp')
-rw-r--r--src/xmpp/biboumi_adhoc_commands.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/biboumi_adhoc_commands.hpp b/src/xmpp/biboumi_adhoc_commands.hpp
index 7d29cc2..cb6acb9 100644
--- a/src/xmpp/biboumi_adhoc_commands.hpp
+++ b/src/xmpp/biboumi_adhoc_commands.hpp
@@ -20,7 +20,7 @@ void ConfigureIrcServerStep2(XmppComponent&, AdhocSession& session, XmlNode& com
void ConfigureIrcChannelStep1(XmppComponent&, AdhocSession& session, XmlNode& command_node);
void insert_irc_channel_configuration_form(XmlNode& node, const Jid& requester, const Jid& target);
void ConfigureIrcChannelStep2(XmppComponent&, AdhocSession& session, XmlNode& command_node);
-bool handle_irc_channel_configuration_form(const XmlNode& node, const Jid& requester, const Jid& target);
+bool handle_irc_channel_configuration_form(XmppComponent&, const XmlNode& node, const Jid& requester, const Jid& target);
void DisconnectUserFromServerStep1(XmppComponent&, AdhocSession& session, XmlNode& command_node);
void DisconnectUserFromServerStep2(XmppComponent&, AdhocSession& session, XmlNode& command_node);