about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-06-30 22:37:52 +0100
committerJames Booth <boothj5@gmail.com>2016-06-30 22:37:52 +0100
commit29eb843d56c2c52e9ae13144c93f094821ecff06 (patch)
treeb723d9527204c9f5849fedc2e3f2926f0cf86902 /tests
parenta01eb5d08e1b39d60a6f8fc26e5a87ceb92ec18f (diff)
downloadprofani-tty-29eb843d56c2c52e9ae13144c93f094821ecff06.tar.gz
Revert "WIP - Unload plugin commands"
This reverts commit a01eb5d08e1b39d60a6f8fc26e5a87ceb92ec18f.
Diffstat (limited to 'tests')
-rw-r--r--tests/unittests/ui/stub_ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c
index b0635fb8..5e86799a 100644
--- a/tests/unittests/ui/stub_ui.c
+++ b/tests/unittests/ui/stub_ui.c
@@ -265,7 +265,7 @@ void mucconfwin_show_form(ProfMucConfWin *confwin) {}
 void mucconfwin_show_form_field(ProfMucConfWin *confwin, DataForm *form, char *tag) {}
 void mucconfwin_form_help(ProfMucConfWin *confwin) {}
 void mucconfwin_field_help(ProfMucConfWin *confwin, char *tag) {}
-void ui_show_lines(ProfWin *window, gchar** lines) {}
+void ui_show_lines(ProfWin *window, const gchar** lines) {}
 void ui_redraw_all_room_rosters(void) {}
 void ui_show_all_room_rosters(void) {}
 void ui_hide_all_room_rosters(void) {}