about summary refs log tree commit diff stats
path: root/tests/unittests/xmpp/stub_avatar.c
blob: ccd9cf4d2dc6d50550c8115b7dd8bf14db53cfe3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#include <stdio.h>
#include <glib.h>
#include <stdlib.h>

void avatar_pep_subscribe(void){};
gboolean
avatar_get_by_nick(const char* nick)
{
    return TRUE;
}