comparison libpurple/protocols/yahoo/yahoo.c @ 19694:1d2002a5735e

propagate from branch 'im.pidgin.pidgin' (head 996cf0c57149ba6e1c714ebb1f11d5d4bac8fb68) to branch 'im.pidgin.soc.2007.xmpp' (head cdf63b6603891b8cd3e7f629ef5a9a927a153550)
author Andreas Monitzer <pidgin@monitzer.com>
date Wed, 05 Sep 2007 22:32:14 +0000
parents c07a9c6f0263 ebe2d2e71223
children 301f1597d41f
comparison
equal deleted inserted replaced
19652:e21002d106ab 19694:1d2002a5735e
4343 yahoo_new_xfer, 4343 yahoo_new_xfer,
4344 yahoo_offline_message, /* offline_message */ 4344 yahoo_offline_message, /* offline_message */
4345 &yahoo_whiteboard_prpl_ops, 4345 &yahoo_whiteboard_prpl_ops,
4346 NULL, /* send_raw */ 4346 NULL, /* send_raw */
4347 NULL, /* roomlist_room_serialize */ 4347 NULL, /* roomlist_room_serialize */
4348 NULL, /* unregister_user */
4348 4349
4349 #ifdef YAHOO_USE_ATTENTION_API 4350 #ifdef YAHOO_USE_ATTENTION_API
4350 yahoo_send_attention, 4351 yahoo_send_attention,
4351 yahoo_attention_types, 4352 yahoo_attention_types,
4352 #else 4353 #else
4353 NULL, 4354 NULL,
4354 NULL, 4355 NULL,
4355 #endif 4356 #endif
4356 4357
4357 /* padding */ 4358 /* padding */
4358 NULL,
4359 NULL 4359 NULL
4360 }; 4360 };
4361 4361
4362 static PurplePluginInfo info = 4362 static PurplePluginInfo info =
4363 { 4363 {