diff options
author | James Booth <boothj5@gmail.com> | 2015-12-29 23:32:32 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-12-29 23:32:32 +0000 |
commit | 6a8656a06b209e7e181ad8670fe50b7e6fe89572 (patch) | |
tree | 468eaad8c1576d70fb51e4202dd2257268d68235 /tests/unittests | |
parent | 8ea228480c0c991814d057b2fe380396d3da4381 (diff) | |
download | profani-tty-6a8656a06b209e7e181ad8670fe50b7e6fe89572.tar.gz |
Added /console command
Diffstat (limited to 'tests/unittests')
-rw-r--r-- | tests/unittests/ui/stub_ui.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c index 1ed6f43d..45468214 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -403,6 +403,7 @@ void cons_alert(void) {} void cons_theme_setting(void) {} void cons_privileges_setting(void) {} void cons_beep_setting(void) {} +void cons_console_setting(void) {} void cons_flash_setting(void) {} void cons_splash_setting(void) {} void cons_vercheck_setting(void) {} |