diff options
author | James Booth <boothj5@gmail.com> | 2017-01-19 22:33:29 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2017-01-19 22:33:29 +0000 |
commit | 1b25aa84cb17fd52d1983701553de27e38ebf3eb (patch) | |
tree | 7e578e98be237b37ac76f3186a0bdd11543d9452 /tests | |
parent | 68496db0b427a18c09c00fb47264c3aea352393e (diff) | |
download | profani-tty-1b25aa84cb17fd52d1983701553de27e38ebf3eb.tar.gz |
Add titlebar encryption text to plugins api
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unittests/ui/stub_ui.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c index e4f56c85..04c6300c 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -67,6 +67,9 @@ void chatwin_otr_untrust(ProfChatWin *chatwin) {} void chatwin_otr_smp_event(ProfChatWin *chatwin, prof_otr_smp_event_t event, void *data) {} #endif +void chatwin_set_enctext(ProfChatWin *chatwin, const char *const enctext) {} +void chatwin_unset_enctext(ProfChatWin *chatwin) {} + void ui_sigwinch_handler(int sig) {} unsigned long ui_get_idle_time(void) |