diff options
author | Michael Vetter <jubalh@iodoru.org> | 2022-06-22 11:40:20 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2022-06-22 11:45:13 +0200 |
commit | 918d0608173d8f561eea3071613818bf3a59319d (patch) | |
tree | a2f1731cf0d1175e8dacb0af8ec3d97478cd6fe9 /tests/unittests | |
parent | 9f13b9e93950575160545f0fe2d6887eaf501c09 (diff) | |
download | profani-tty-918d0608173d8f561eea3071613818bf3a59319d.tar.gz |
Display mood preferences
Diffstat (limited to 'tests/unittests')
-rw-r--r-- | tests/unittests/ui/stub_ui.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c index 37323ba7..ee759bb2 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -1150,6 +1150,11 @@ cons_silence_setting(void) } void +cons_mood_setting(void) +{ +} + +void cons_show_bookmarks_ignore(gchar** list, gsize len) { } |