summaryrefslogtreecommitdiff
path: root/src/irc/iid.hpp
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2014-11-12 04:05:56 +0100
committerFlorent Le Coz <louiz@louiz.org>2014-11-12 06:17:25 +0100
commite1d69806ed7c92bdfe1bf632064bf68b3d1d266b (patch)
treea2aa251c02c074e7f0babd970bff4388f22310b4 /src/irc/iid.hpp
parentdccd8039ad44669452fa47d9b620114fd97af604 (diff)
downloadbiboumi-e1d69806ed7c92bdfe1bf632064bf68b3d1d266b.tar.gz
biboumi-e1d69806ed7c92bdfe1bf632064bf68b3d1d266b.tar.bz2
biboumi-e1d69806ed7c92bdfe1bf632064bf68b3d1d266b.tar.xz
biboumi-e1d69806ed7c92bdfe1bf632064bf68b3d1d266b.zip
Rename iq_responder_callback_t to irc_… and add the equivalent to wait for iqs
Diffstat (limited to 'src/irc/iid.hpp')
-rw-r--r--src/irc/iid.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc/iid.hpp b/src/irc/iid.hpp
index c547dea..d30cbaa 100644
--- a/src/irc/iid.hpp
+++ b/src/irc/iid.hpp
@@ -42,7 +42,7 @@
class Iid
{
public:
- explicit Iid(const std::string& iid);
+ Iid(const std::string& iid);
explicit Iid(const Iid&);
explicit Iid();