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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ui/mock_ui.h b/tests/ui/mock_ui.h
index 55b036e6..c939a002 100644
--- a/tests/ui/mock_ui.h
+++ b/tests/ui/mock_ui.h
@@ -64,4 +64,7 @@ void ui_room_join_expect(char *room);
 void mock_cons_show_roster(void);
 void cons_show_roster_expect(GSList *list);
 
+void mock_ui_win_exists(void);
+void ui_win_exists_expect_and_return(int given_index, gboolean result);
+
 #endif