mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
a4cadf78fa
This reverts commit 9b55f2dec0
.
Sorting the includes creates some problems.
8 lines
156 B
C
8 lines
156 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;}
|
|
|