comparison libpurple/protocols/myspace/myspace.c @ 29478:2cb6ea4420a0

Add a NULL for PurplePluginProtocolInfo::get_moods to all the plugins I build
author Paul Aurich <paul@darkrain42.org>
date Mon, 22 Feb 2010 19:23:55 +0000
parents 1386a0e22ac7
children 29df7408df03
comparison
equal deleted inserted replaced
29477:96b03bce2cc5 29478:2cb6ea4420a0
3091 msim_send_attention, /* send_attention */ 3091 msim_send_attention, /* send_attention */
3092 msim_attention_types, /* attention_types */ 3092 msim_attention_types, /* attention_types */
3093 sizeof(PurplePluginProtocolInfo), /* struct_size */ 3093 sizeof(PurplePluginProtocolInfo), /* struct_size */
3094 msim_get_account_text_table, /* get_account_text_table */ 3094 msim_get_account_text_table, /* get_account_text_table */
3095 NULL, /* initiate_media */ 3095 NULL, /* initiate_media */
3096 NULL /* can_do_media */ 3096 NULL, /* get_media_caps */
3097 NULL /* get_moods */
3097 }; 3098 };
3098 3099
3099 /** 3100 /**
3100 * Load the plugin. 3101 * Load the plugin.
3101 */ 3102 */