diff src/protocols/yahoo/yahoo_friend.h @ 9284:fe0291162312

[gaim-migrate @ 10087] Yahoo "picture" buddy icon support. It still kind of sucks, and you can't set your own yet. But expect it to improve. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Tue, 15 Jun 2004 01:17:16 +0000
parents 66ff39319900
children 750d9b56a465
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo_friend.h	Mon Jun 14 16:44:32 2004 +0000
+++ b/src/protocols/yahoo/yahoo_friend.h	Tue Jun 15 01:17:16 2004 +0000
@@ -39,7 +39,7 @@
 	gboolean sms;
 	char *ip;
 	guint bicon_checksum;
-	gboolean bicon_have;
+	gboolean bicon_sent_request;
 } YahooFriend;
 
 
@@ -55,6 +55,9 @@
 void yahoo_friend_set_status_message(YahooFriend *f, char *msg);
 const char *yahoo_friend_get_status_message(YahooFriend *f);
 
+void yahoo_friend_set_buddy_icon_need_request(YahooFriend *f, gboolean needs);
+gboolean yahoo_friend_get_buddy_icon_need_request(YahooFriend *f);
+
 void yahoo_friend_free(gpointer p);
 
 #endif /* _YAHOO_FRIEND_H_ */