about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2021-07-01 17:04:04 +0200
committerGitHub <noreply@github.com>2021-07-01 17:04:04 +0200
commit226cffe75be5d408e1d357337eb4ed921100f3b7 (patch)
tree6dafe92bc722af35b40c062cd3b74ead7ec6189a /tests
parent5f9eda973508c44bd213032dc2393a1e0c48fbd0 (diff)
parent1d845c9ffb2a3575fa7edded00a7309016997a91 (diff)
downloadprofani-tty-226cffe75be5d408e1d357337eb4ed921100f3b7.tar.gz
Merge pull request #1569 from profanity-im/feature/1434-spam-reporting
Add XEP-0377: Spam Reporting
Diffstat (limited to 'tests')
-rw-r--r--tests/unittests/xmpp/stub_xmpp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/xmpp/stub_xmpp.c b/tests/unittests/xmpp/stub_xmpp.c
index ba72024c..4ecb8f79 100644
--- a/tests/unittests/xmpp/stub_xmpp.c
+++ b/tests/unittests/xmpp/stub_xmpp.c
@@ -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;
 }