mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-21 11:36:22 +00:00
11 lines
160 B
C
11 lines
160 B
C
#include <stdio.h>
|
|
#include <glib.h>
|
|
#include <stdlib.h>
|
|
|
|
void avatar_pep_subscribe(void){};
|
|
gboolean
|
|
avatar_get_by_nick(const char* nick)
|
|
{
|
|
return TRUE;
|
|
}
|