1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-08 19:34:14 -04:00
profanity/tests/unittests/xmpp/stub_avatar.c

11 lines
160 B
C
Raw Normal View History

#include <stdio.h>
#include <glib.h>
2019-12-18 09:44:59 -05:00
#include <stdlib.h>
2020-07-07 08:18:57 -04:00
void avatar_pep_subscribe(void){};
gboolean
avatar_get_by_nick(const char* nick)
{
return TRUE;
}