libpurple/protocols/gg/avatar.h

changeset 35819
cc375b914104
parent 35812
48c6ee645ca1
child 39819
3554dac2991b
--- a/libpurple/protocols/gg/avatar.h	Fri Apr 11 00:11:56 2014 +0200
+++ b/libpurple/protocols/gg/avatar.h	Fri Apr 11 00:40:16 2014 +0200
@@ -33,8 +33,6 @@
 #include <internal.h>
 #include <libgadu.h>
 
-#include "imgstore.h" /* TODO: temp */
-
 typedef struct
 {
 	guint timer;
@@ -50,6 +48,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, PurpleStoredImage *img);
+void ggp_avatar_own_set(PurpleConnection *gc, PurpleImage *img);
 
 #endif /* _GGP_AVATAR_H */

mercurial