diff options
author | Michael Vetter <jubalh@iodoru.org> | 2021-01-28 15:39:11 +0100 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2021-01-28 15:39:11 +0100 |
commit | 971e08b474c399a02fcf90182eba35395a9a6818 (patch) | |
tree | 57e3150cf0f31c2379957cddedd8e866156aadf9 /tests/unittests | |
parent | 44fc3f05069ec8981e953e3089af0d98026ac450 (diff) | |
download | profani-tty-971e08b474c399a02fcf90182eba35395a9a6818.tar.gz |
Add mam test stub
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 06f0d988..61e18ee0 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -1097,6 +1097,10 @@ cons_slashguard_setting(void) { } void +cons_mam_setting(void) +{ +} +void cons_show_bookmarks_ignore(gchar** list, gsize len) { } |