about summary refs log tree commit diff stats
path: root/tests/ui/mock_ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/mock_ui.h')
-rw-r--r--tests/ui/mock_ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ui/mock_ui.h b/tests/ui/mock_ui.h
index a814f06e..05b271c1 100644
--- a/tests/ui/mock_ui.h
+++ b/tests/ui/mock_ui.h
@@ -59,4 +59,6 @@ void ui_current_print_line_expect(char *message);
 
 void ui_current_win_is_otr_returns(gboolean result);
 
+void ui_room_join_expect(char *room);
+
 #endif