diff options
Diffstat (limited to 'tests/ui')
-rw-r--r-- | tests/ui/stub_ui.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ui/stub_ui.c b/tests/ui/stub_ui.c index 70be97ef..faea7dd3 100644 --- a/tests/ui/stub_ui.c +++ b/tests/ui/stub_ui.c @@ -171,6 +171,8 @@ void ui_current_print_formatted_line(const char show_char, int attrs, const char } void ui_current_error_line(const char * const msg) {} +void ui_win_error_line(ProfWin *window, const char * const msg) {} + win_type_t ui_win_type(int index) { |