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, 1 insertions, 1 deletions
diff --git a/src/room_chat.h b/src/room_chat.h
index e6006ff2..7c4baf9a 100644
--- a/src/room_chat.h
+++ b/src/room_chat.h
@@ -29,7 +29,7 @@ void room_join(const char * const room, const char * const nick);
 void room_leave(const char * const room);
 gboolean room_is_active(const char * const full_room_jid);
 char * room_get_nick_for_room(const char * const room);
-char * room_get_room_for_full_jid(const char * const full_room_jid);
+char * room_get_room_from_full_jid(const char * const full_room_jid);
 gboolean room_parse_room_jid(const char * const full_room_jid, char **room,
     char **nick);
 void room_add_to_roster(const char * const room, const char * const nick);