about summary refs log tree commit diff stats
path: root/src/room_chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/room_chat.h')
-rw-r--r--src/room_chat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/room_chat.h b/src/room_chat.h
index 52be0a2b..1593cbe8 100644
--- a/src/room_chat.h
+++ b/src/room_chat.h
@@ -20,4 +20,7 @@
  *
  */
 
+#include <glib.h>
+
 void room_join(const char * const jid, const char * const nick);
+gboolean room_jid_is_room_chat(const char * const jid);