about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/unittests/xmpp/stub_avatar.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/unittests/xmpp/stub_avatar.c b/tests/unittests/xmpp/stub_avatar.c
index ccd9cf4d..fd63293e 100644
--- a/tests/unittests/xmpp/stub_avatar.c
+++ b/tests/unittests/xmpp/stub_avatar.c
@@ -8,3 +8,9 @@ avatar_get_by_nick(const char* nick)
 {
     return TRUE;
 }
+
+gboolean
+avatar_set(const char* path)
+{
+    return TRUE;
+}