comparison src/protocols/yahoo/yahoo.c @ 7696:29bcd6e3da33

[gaim-migrate @ 8341] I'm trying to be nice to Sean to make up for me disagreeing with him eleventybillion times today. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 02 Dec 2003 07:41:39 +0000
parents 66d9440db6ec
children 3906c0957d4f
comparison
equal deleted inserted replaced
7695:557f72040bdf 7696:29bcd6e3da33
2887 yahoo_packet_hash(pkt, 67, new_group); 2887 yahoo_packet_hash(pkt, 67, new_group);
2888 yahoo_send_packet(yd, pkt); 2888 yahoo_send_packet(yd, pkt);
2889 yahoo_packet_free(pkt); 2889 yahoo_packet_free(pkt);
2890 } 2890 }
2891 2891
2892 #if 0
2892 static gboolean yahoo_has_send_file(GaimConnection *gc, const char *who) 2893 static gboolean yahoo_has_send_file(GaimConnection *gc, const char *who)
2893 { 2894 {
2894 return TRUE; 2895 return TRUE;
2895 } 2896 }
2896 2897 #endif
2897 2898
2898 static GaimPlugin *my_protocol = NULL; 2899 static GaimPlugin *my_protocol = NULL;
2899 2900
2900 static GaimPluginProtocolInfo prpl_info = 2901 static GaimPluginProtocolInfo prpl_info =
2901 { 2902 {