about summary refs log tree commit diff stats
path: root/src/room_chat.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-11-06 23:56:47 +0000
committerJames Booth <boothj5@gmail.com>2012-11-06 23:56:47 +0000
commit3436a2245d308373068a1be8b9826fd7d3cf0ada (patch)
tree02d6c4cf91fa63a7e6767ead3d09f09bc4eff0a3 /src/room_chat.h
parent8beca3cbf7e2baa3c4ef00255ffe0a937571ef26 (diff)
downloadprofani-tty-3436a2245d308373068a1be8b9826fd7d3cf0ada.tar.gz
Added room_parse_room_jid to room_chat
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);