diff options
author | James Booth <boothj5@gmail.com> | 2015-01-10 19:10:10 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-01-10 19:10:10 +0000 |
commit | 31c0f2ba788b19d776da5e7368280091c8d3bbdf (patch) | |
tree | 853f4556b2fd37c299c7dc3b0f1a3f9459f021ea /tests | |
parent | c3ad3c0ba692613c6b26203d1328e42899775b0f (diff) | |
download | profani-tty-31c0f2ba788b19d776da5e7368280091c8d3bbdf.tar.gz |
Added preferences for showing resource in titlebar and messages
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 e13d9cea..5465e68d 100644 --- a/tests/ui/stub_ui.c +++ b/tests/ui/stub_ui.c @@ -436,6 +436,7 @@ void cons_beep_setting(void) {} void cons_flash_setting(void) {} void cons_splash_setting(void) {} void cons_vercheck_setting(void) {} +void cons_resource_setting(void) {} void cons_occupants_setting(void) {} void cons_roster_setting(void) {} void cons_presence_setting(void) {} |