comparison src/protocols/yahoo/yahoo.c @ 9475:7a65fdba750f

[gaim-migrate @ 10300] (12:01:33) nosnilmot: LSchiere: I commented nearly every entry in GaimPluginProtocolInfo in nearly all prpls committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 07 Jul 2004 16:32:05 +0000
parents d27156c9c876
children 8e9727919633
comparison
equal deleted inserted replaced
9474:e7b312e90abb 9475:7a65fdba750f
3265 NULL, /* convo_closed */ 3265 NULL, /* convo_closed */
3266 NULL, /* normalize */ 3266 NULL, /* normalize */
3267 yahoo_set_buddy_icon, 3267 yahoo_set_buddy_icon,
3268 NULL, /* void (*remove_group)(GaimConnection *gc, const char *group);*/ 3268 NULL, /* void (*remove_group)(GaimConnection *gc, const char *group);*/
3269 NULL, /* char *(*get_cb_real_name)(GaimConnection *gc, int id, const char *who); */ 3269 NULL, /* char *(*get_cb_real_name)(GaimConnection *gc, int id, const char *who); */
3270 NULL, 3270 NULL, /* set_chat_topic */
3271 NULL, 3271 NULL, /* find_blist_chat */
3272 yahoo_roomlist_get_list, 3272 yahoo_roomlist_get_list,
3273 yahoo_roomlist_cancel, 3273 yahoo_roomlist_cancel,
3274 yahoo_roomlist_expand_category, 3274 yahoo_roomlist_expand_category,
3275 NULL, 3275 NULL, /* can_receive_file */
3276 yahoo_send_file 3276 yahoo_send_file
3277 }; 3277 };
3278 3278
3279 static GaimPluginInfo info = 3279 static GaimPluginInfo info =
3280 { 3280 {