diff options
author | Will Song <incertia9474@gmail.com> | 2014-12-29 20:27:46 -0600 |
---|---|---|
committer | Will Song <incertia9474@gmail.com> | 2014-12-29 20:27:46 -0600 |
commit | ca6b3671339df473870969de92f62b5848b91a7a (patch) | |
tree | 1cffd8ff9e846d5860f2518001b1d3d3217be5f9 /tests | |
parent | 3561ff4d9754e61cf585a8b7b7e87b03a452f30d (diff) | |
download | profani-tty-ca6b3671339df473870969de92f62b5848b91a7a.tar.gz |
add ui_goodbye_title to tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ui/stub_ui.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/stub_ui.c b/tests/ui/stub_ui.c index 5361c08d..16fcdce7 100644 --- a/tests/ui/stub_ui.c +++ b/tests/ui/stub_ui.c @@ -266,6 +266,7 @@ void ui_handle_error(const char * const err_msg) } void ui_clear_win_title(void) {} +void ui_goodbye_title(void) {} void ui_handle_room_join_error(const char * const roomjid, const char * const err) {} void ui_handle_room_configuration(const char * const roomjid, DataForm *form) {} void ui_handle_room_configuration_form_error(const char * const roomjid, const char * const message) {} |