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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/room_chat.h b/src/room_chat.h
index c8be1f5b..04f6300e 100644
--- a/src/room_chat.h
+++ b/src/room_chat.h
@@ -26,3 +26,5 @@ void room_join(const char * const jid, const char * const nick);
 void room_leave(const char * const jid);
 gboolean room_jid_is_room_chat(const char * const jid);
 char * room_get_nick_for_room(const char * const jid);
+gboolean room_parse_room_jid(const char * const room_jid, char **room,
+    char **nick);
75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96