libpurple/protocols/gg/avatar.h

changeset 40708
53a26c29d26c
parent 40439
e9838d634d5e
--- a/libpurple/protocols/gg/avatar.h	Thu Jan 14 21:20:10 2021 -0600
+++ b/libpurple/protocols/gg/avatar.h	Thu Jan 14 22:33:49 2021 -0600
@@ -41,6 +41,6 @@
 void ggp_avatar_buddy_update(PurpleConnection *gc, uin_t uin, time_t timestamp);
 void ggp_avatar_buddy_remove(PurpleConnection *gc, uin_t uin);
 
-void ggp_avatar_own_set(PurpleConnection *gc, PurpleImage *img);
+void ggp_avatar_own_set(PurpleProtocolServer *protocol_server, PurpleConnection *gc, PurpleImage *img);
 
 #endif /* PURPLE_GG_AVATAR_H */

mercurial