about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-04-29 23:16:43 +0100
committerJames Booth <boothj5@gmail.com>2015-04-29 23:16:43 +0100
commitd5188a160e23235e84dcc4e4c8ee584dba4fab77 (patch)
tree39407a0e67c4c8898adfab1be0369f4e175591a2 /tests
parent0fece78dfe94df5fc00032b26d13d1607cb8d031 (diff)
parent2e75e5446060f64759dcc73c2f0a4967024f1627 (diff)
downloadprofani-tty-d5188a160e23235e84dcc4e4c8ee584dba4fab77.tar.gz
Merge branch 'master' into pgp
Diffstat (limited to 'tests')
-rw-r--r--tests/ui/stub_ui.c2
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)
 {