about summary refs log tree commit diff stats
path: root/src/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui.h b/src/ui.h
index 90326bc6..c5094be3 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -107,6 +107,8 @@ void win_join_chat(const char * const room_jid, const char * const nick);
 void win_show_chat_room_member(const char * const room_jid,
     const char * const nick);
 int win_in_groupchat(void);
+void win_show_room_history(const char * const room_jid, const char * const nick,
+    GTimeVal tv_stamp, const char * const message);
 
 // console window actions
 void cons_about(void);