libpurple/protocols/oscar/oscarcommon.h

branch
soc.2013.gobjectification.plugins
changeset 37135
6271bcdee576
parent 37134
07746c9a04bf
parent 35829
268931512478
child 37148
50f361d39a1e
--- a/libpurple/protocols/oscar/oscarcommon.h	Fri Apr 11 16:23:12 2014 +0530
+++ b/libpurple/protocols/oscar/oscarcommon.h	Tue Apr 15 20:01:46 2014 +0530
@@ -26,8 +26,6 @@
 
 #include "internal.h"
 
-#include "imgstore.h" /* TODO: temp */
-
 #include "accountopt.h"
 #include "protocol.h"
 #include "version.h"
@@ -98,7 +96,7 @@
 void oscar_rename_group(PurpleConnection *gc, const char *old_name, PurpleGroup *group, GList *moved_buddies);
 void oscar_convo_closed(PurpleConnection *gc, const char *who);
 const char *oscar_normalize(const PurpleAccount *account, const char *str);
-void oscar_set_icon(PurpleConnection *gc, PurpleStoredImage *img);
+void oscar_set_icon(PurpleConnection *gc, PurpleImage *img);
 void oscar_remove_group(PurpleConnection *gc, PurpleGroup *group);
 gboolean oscar_can_receive_file(PurpleConnection *gc, const char *who);
 void oscar_send_file(PurpleConnection *gc, const char *who, const char *file);

mercurial