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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/room_chat.h b/src/room_chat.h
index 77675fcd..d455e03c 100644
--- a/src/room_chat.h
+++ b/src/room_chat.h
@@ -29,6 +29,7 @@ char * room_get_nick_for_room(const char * const jid);
 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);
+GList * 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);
+void room_remove_from_roster(const char * const jid, const char * const nick);