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.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