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-20 00:33:11 +0000
committerJames Booth <boothj5@gmail.com>2012-11-20 00:33:54 +0000
commit306965501ac2cc76454ea71c6ed4f126e02100b2 (patch)
treef712fee07a15461a95926dc56e96fb78019b3790 /src/room_chat.h
parent2d590a81e0fd5f2674c0c41e9c1b412059590f4e (diff)
downloadprofani-tty-306965501ac2cc76454ea71c6ed4f126e02100b2.tar.gz
Send presence changes to chat rooms
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 0761bc48..64bc4873 100644
--- a/src/room_chat.h
+++ b/src/room_chat.h
@@ -51,5 +51,6 @@ char * room_create_full_room_jid(const char * const room,
     const char * const nick);
 void room_set_pending_nick_change(const char * const room);
 gboolean room_is_pending_nick_change(const char * const room);
+GList* room_get_rooms(void);
 
 #endif