src/protocols/yahoo/yahoo_picture.h

changeset 9310
bd81f41ae944
parent 9306
3df21f4d438b
child 14030
23144f1dc950
--- a/src/protocols/yahoo/yahoo_picture.h	Sat Jun 19 06:47:34 2004 +0000
+++ b/src/protocols/yahoo/yahoo_picture.h	Sat Jun 19 07:11:53 2004 +0000
@@ -24,8 +24,11 @@
 #ifndef _YAHOO_PICTURE_H_
 #define _YAHOO_PICTURE_H_
 
-void yahoo_send_buddy_icon_request(GaimConnection *gc, const char *who);
+void yahoo_send_picture_request(GaimConnection *gc, const char *who);
 void yahoo_send_picture_info(GaimConnection *gc, const char *who);
+void yahoo_send_picture_checksum(GaimConnection *gc);
+void yahoo_send_picture_update(GaimConnection *gc, int type);
+void yahoo_send_picture_update_to_user(GaimConnection *gc, const char *who, int type);
 
 void yahoo_process_picture(GaimConnection *gc, struct yahoo_packet *pkt);
 void yahoo_process_picture_update(GaimConnection *gc, struct yahoo_packet *pkt);

mercurial