summaryrefslogtreecommitdiff
path: root/src/muc-channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/muc-channel.h')
-rw-r--r--src/muc-channel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/muc-channel.h b/src/muc-channel.h
index 8c888d18..f5992768 100644
--- a/src/muc-channel.h
+++ b/src/muc-channel.h
@@ -100,6 +100,8 @@ void salut_muc_channel_bytestream_offered (SalutMucChannel *self,
GibberBytestreamIface *bytestream,
WockyStanza *msg);
+gboolean salut_muc_channel_is_ready (SalutMucChannel *self);
+
G_END_DECLS
#endif /* #ifndef __SALUT_MUC_CHANNEL_H__*/