Adjust test stub of blocking command

This commit is contained in:
Michael Vetter
2021-07-01 10:38:38 +02:00
parent 7f737a3b47
commit 2f533c5da4

View File

@@ -547,7 +547,7 @@ blocked_list(void)
}
gboolean
blocked_add(char* jid)
blocked_add(char* jid, blocked_report reportkind, const char* const message)
{
return TRUE;
}