diff options
Diffstat (limited to 'src/xmpp/avatar.h')
-rw-r--r-- | src/xmpp/avatar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/avatar.h b/src/xmpp/avatar.h index 8f1415b6..37026542 100644 --- a/src/xmpp/avatar.h +++ b/src/xmpp/avatar.h @@ -39,6 +39,6 @@ #include <glib.h> void avatar_pep_subscribe(void); -bool avatar_get_by_nick(const char* nick); +gboolean avatar_get_by_nick(const char* nick); #endif |