comparison libpurple/protocols/msn/msn.c @ 30705:1c16aa0a59f8

propagate from branch 'im.pidgin.pidgin' (head ddeec32813f54d5440b27a20c81743973d05079f) to branch 'im.pidgin.cpw.qulogic.msnp16' (head d40721f279975d9e825f6547e83b5783bb024b71)
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Wed, 24 Feb 2010 01:21:07 +0000
parents 33b4ae796648 2cb6ea4420a0
children 4d7dfeae29c6
comparison
equal deleted inserted replaced
30704:c180ff59632d 30705:1c16aa0a59f8
2848 msn_send_attention, /* send_attention */ 2848 msn_send_attention, /* send_attention */
2849 msn_attention_types, /* attention_types */ 2849 msn_attention_types, /* attention_types */
2850 sizeof(PurplePluginProtocolInfo), /* struct_size */ 2850 sizeof(PurplePluginProtocolInfo), /* struct_size */
2851 msn_get_account_text_table, /* get_account_text_table */ 2851 msn_get_account_text_table, /* get_account_text_table */
2852 NULL, /* initiate_media */ 2852 NULL, /* initiate_media */
2853 NULL /* can_do_media */ 2853 NULL, /* get_media_caps */
2854 NULL /* get_moods */
2854 }; 2855 };
2855 2856
2856 static PurplePluginInfo info = 2857 static PurplePluginInfo info =
2857 { 2858 {
2858 PURPLE_PLUGIN_MAGIC, 2859 PURPLE_PLUGIN_MAGIC,