mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 12:56:21 +00:00
24 lines
296 B
C
24 lines
296 B
C
#include <stdio.h>
|
|
#include <glib.h>
|
|
#include <stdlib.h>
|
|
|
|
void avatar_pep_subscribe(void) {};
|
|
|
|
gboolean
|
|
avatar_get_by_nick(const char* nick, gboolean open)
|
|
{
|
|
return TRUE;
|
|
}
|
|
|
|
gboolean
|
|
avatar_set(const char* path)
|
|
{
|
|
return TRUE;
|
|
}
|
|
|
|
gboolean
|
|
avatar_publishing_disable()
|
|
{
|
|
return TRUE;
|
|
}
|