about summary refs log tree commit diff stats
path: root/tests/ui/stub_ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/stub_ui.h')
-rw-r--r--tests/ui/stub_ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ui/stub_ui.h b/tests/ui/stub_ui.h
index f64eba02..81357a86 100644
--- a/tests/ui/stub_ui.h
+++ b/tests/ui/stub_ui.h
@@ -1,4 +1,6 @@
 void expect_cons_show(char *expected);
+void expect_any_cons_show(void);
 void expect_cons_show_error(char *expected);
+void expect_any_cons_show_error(void);
 void expect_ui_current_print_line(char *message);
 void expect_ui_current_print_formatted_line(char show_char, int attrs, char *message);
\ No newline at end of file