diff options
author | Michael Vetter <jubalh@iodoru.org> | 2022-05-05 23:48:43 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2022-05-05 23:55:31 +0200 |
commit | b16bdca726970a721301c88b588dd7263a8655e3 (patch) | |
tree | 333ed1a9464b5d52d2d48160ee723fa4dbfa3913 /tests/unittests | |
parent | d011d6707c59b39dec9e83611592ee9c4b0b5a4d (diff) | |
download | profani-tty-b16bdca726970a721301c88b588dd7263a8655e3.tar.gz |
ox: show ox preferences
Diffstat (limited to 'tests/unittests')
-rw-r--r-- | tests/unittests/ui/stub_ui.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c index cbe61bdf..768e654b 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -790,6 +790,10 @@ void cons_show_omemo_prefs(void) { } +void +cons_show_ox_prefs(void) +{ +} void cons_show_account(ProfAccount* account) |