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-05 21:36:32 +0000
committerJames Booth <boothj5@gmail.com>2012-11-05 21:36:32 +0000
commit2f6361a57856afc022d9f06e6b7bd7d66b69459b (patch)
tree390bad1f78356f68269435b8cd49eac71b88ada5 /src/room_chat.h
parent0deba9e13ee65ba16c22697fea2c76d68fc1c63f (diff)
downloadprofani-tty-2f6361a57856afc022d9f06e6b7bd7d66b69459b.tar.gz
Handle room presence notifications
Diffstat (limited to 'src/room_chat.h')
-rw-r--r--src/room_chat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/room_chat.h b/src/room_chat.h
index 1593cbe8..a6ceb4a0 100644
--- a/src/room_chat.h
+++ b/src/room_chat.h
@@ -24,3 +24,4 @@
 
 void room_join(const char * const jid, const char * const nick);
 gboolean room_jid_is_room_chat(const char * const jid);
+char * room_get_nick_for_room(const char * const jid);