Fix tests

This commit is contained in:
Michael Vetter
2020-02-13 09:26:41 +01:00
parent 50271493b7
commit c614cc288a
2 changed files with 8 additions and 8 deletions

View File

@@ -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;
}