comparison libpurple/protocols/yahoo/yahoo.c @ 25632:f5bcb58bdf56

propagate from branch 'im.pidgin.pidgin' (head 16d99d9757384d801e4f13d991cb769a71f9c190) to branch 'im.pidgin.pidgin.vv' (head 6fc5d53de8bd73364b370627020563c614fe6e0a)
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 06 Feb 2008 19:44:41 +0000
parents 31863f2d7c3c 750d700098c1
children efaecb71baad
comparison
equal deleted inserted replaced
22270:762174f38807 25632:f5bcb58bdf56
4326 yahoo_offline_message, /* offline_message */ 4326 yahoo_offline_message, /* offline_message */
4327 &yahoo_whiteboard_prpl_ops, 4327 &yahoo_whiteboard_prpl_ops,
4328 NULL, /* send_raw */ 4328 NULL, /* send_raw */
4329 NULL, /* roomlist_room_serialize */ 4329 NULL, /* roomlist_room_serialize */
4330 NULL, /* unregister_user */ 4330 NULL, /* unregister_user */
4331
4332 yahoo_send_attention, 4331 yahoo_send_attention,
4333 yahoo_attention_types, 4332 yahoo_attention_types,
4334 4333 sizeof(PurplePluginProtocolInfo),
4335 /* padding */
4336 NULL 4334 NULL
4337 }; 4335 };
4338 4336
4339 static PurplePluginInfo info = 4337 static PurplePluginInfo info =
4340 { 4338 {