diff options
author | Michael Vetter <jubalh@iodoru.org> | 2021-07-01 17:04:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-01 17:04:04 +0200 |
commit | 226cffe75be5d408e1d357337eb4ed921100f3b7 (patch) | |
tree | 6dafe92bc722af35b40c062cd3b74ead7ec6189a /tests/unittests | |
parent | 5f9eda973508c44bd213032dc2393a1e0c48fbd0 (diff) | |
parent | 1d845c9ffb2a3575fa7edded00a7309016997a91 (diff) | |
download | profani-tty-226cffe75be5d408e1d357337eb4ed921100f3b7.tar.gz |
Merge pull request #1569 from profanity-im/feature/1434-spam-reporting
Add XEP-0377: Spam Reporting
Diffstat (limited to 'tests/unittests')
-rw-r--r-- | tests/unittests/xmpp/stub_xmpp.c | 2 |
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; } |