diff options
author | James Booth <boothj5@gmail.com> | 2016-03-22 00:20:29 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-03-22 00:20:29 +0000 |
commit | 6f537c38186b3cdc4c63e11a327f367723ecffbd (patch) | |
tree | 45cfe2af588e8922a524425168c0d58d80716750 /tests/unittests | |
parent | 9d782fa665689851f9510e086ac12a9c44b6b74e (diff) | |
download | profani-tty-6f537c38186b3cdc4c63e11a327f367723ecffbd.tar.gz |
Add PGP decryption for incoming/outgoing carbons
Diffstat (limited to 'tests/unittests')
-rw-r--r-- | tests/unittests/ui/stub_ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c index c0d199f0..6ebf5be5 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -165,7 +165,7 @@ void ui_disconnected(void) {} void chatwin_recipient_gone(ProfChatWin *chatwin) {} void chatwin_outgoing_msg(ProfChatWin *chatwin, const char * const message, char *id, prof_enc_t enc_mode) {} -void chatwin_outgoing_carbon(ProfChatWin *chatwin, const char * const message) {} +void chatwin_outgoing_carbon(ProfChatWin *chatwin, const char * const message, prof_enc_t enc_mode) {} void privwin_outgoing_msg(ProfPrivateWin *privwin, const char * const message) {} void privwin_occupant_offline(ProfPrivateWin *privwin) {} |