diff options
author | Michael Vetter <jubalh@iodoru.org> | 2021-07-01 10:38:38 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2021-07-01 10:38:38 +0200 |
commit | 2f533c5da4c77af2d661101bae05e8c9a4d9784c (patch) | |
tree | 2ad3e9b290d1018246b52ba87d599647dcbe8b3d /tests/unittests | |
parent | 7f737a3b47f348e327bdf4de9af692f3668beb2c (diff) | |
download | profani-tty-2f533c5da4c77af2d661101bae05e8c9a4d9784c.tar.gz |
Adjust test stub of blocking command
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; } |