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