about summary refs log tree commit diff stats
path: root/tests/unittests/otr
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-02-13 09:26:41 +0100
committerMichael Vetter <jubalh@iodoru.org>2020-02-14 10:17:07 +0100
commitc614cc288acdef6423d307c9bb1476e00292f4b2 (patch)
tree4c3b24fd853cb75d5d44c243f19929a355eda86d /tests/unittests/otr
parent50271493b70f3b9362af1cb17a6e70dceda47f4d (diff)
downloadprofani-tty-c614cc288acdef6423d307c9bb1476e00292f4b2.tar.gz
Fix tests
Diffstat (limited to 'tests/unittests/otr')
-rw-r--r--tests/unittests/otr/stub_otr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/otr/stub_otr.c b/tests/unittests/otr/stub_otr.c
index 25c199a8..dffecfec 100644
--- a/tests/unittests/otr/stub_otr.c
+++ b/tests/unittests/otr/stub_otr.c
@@ -45,7 +45,7 @@ char* otr_on_message_recv(const char * const barejid, const char * const resourc
 {
     return NULL;
 }
-gboolean otr_on_message_send(ProfChatWin *chatwin, const char * const message, gboolean request_receipt)
+gboolean otr_on_message_send(ProfChatWin *chatwin, const char * const message, gboolean request_receipt, const char *const replace_id)
 {
     return FALSE;
 }