diff options
author | James Booth <boothj5@gmail.com> | 2016-06-30 22:37:52 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-06-30 22:37:52 +0100 |
commit | 29eb843d56c2c52e9ae13144c93f094821ecff06 (patch) | |
tree | b723d9527204c9f5849fedc2e3f2926f0cf86902 /tests/unittests | |
parent | a01eb5d08e1b39d60a6f8fc26e5a87ceb92ec18f (diff) | |
download | profani-tty-29eb843d56c2c52e9ae13144c93f094821ecff06.tar.gz |
Revert "WIP - Unload plugin commands"
This reverts commit a01eb5d08e1b39d60a6f8fc26e5a87ceb92ec18f.
Diffstat (limited to 'tests/unittests')
-rw-r--r-- | tests/unittests/ui/stub_ui.c | 2 |
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) {} |