comparison libpurple/protocols/msn/msn.c @ 30262:2a436e0ce977

Add purple_account_[gs]et_public_alias functions, per discussion in d@cpi
author Paul Aurich <paul@darkrain42.org>
date Thu, 29 Apr 2010 05:58:02 +0000
parents b0bc67f42027
children 77aba27f64da 193a8e64e373
comparison
equal deleted inserted replaced
30261:75ea2a624b10 30262:2a436e0ce977
2740 msn_attention_types, /* attention_types */ 2740 msn_attention_types, /* attention_types */
2741 sizeof(PurplePluginProtocolInfo), /* struct_size */ 2741 sizeof(PurplePluginProtocolInfo), /* struct_size */
2742 msn_get_account_text_table, /* get_account_text_table */ 2742 msn_get_account_text_table, /* get_account_text_table */
2743 NULL, /* initiate_media */ 2743 NULL, /* initiate_media */
2744 NULL, /* get_media_caps */ 2744 NULL, /* get_media_caps */
2745 NULL /* get_moods */ 2745 NULL, /* get_moods */
2746 NULL, /* set_public_alias */
2747 NULL /* get_public_alias */
2746 }; 2748 };
2747 2749
2748 static PurplePluginInfo info = 2750 static PurplePluginInfo info =
2749 { 2751 {
2750 PURPLE_PLUGIN_MAGIC, 2752 PURPLE_PLUGIN_MAGIC,