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 58e309a1..77675fcd 100644
--- a/src/room_chat.h
+++ b/src/room_chat.h
@@ -30,3 +30,5 @@ gboolean room_parse_room_jid(const char * const room_jid, char **room,
     char **nick);
 void room_add_to_roster(const char * const jid, const char * const nick);
 GSList * room_get_roster(const char * const jid);
+void room_set_roster_received(const char * const jid);
+gboolean room_get_roster_received(const char * const jid);