comparison libpurple/protocols/simple/simple.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 f541583e31bd
children ae2b1f9bde75
comparison
equal deleted inserted replaced
29477:96b03bce2cc5 29478:2cb6ea4420a0
2084 NULL, /* send_attention */ 2084 NULL, /* send_attention */
2085 NULL, /* get_attention_types */ 2085 NULL, /* get_attention_types */
2086 sizeof(PurplePluginProtocolInfo), /* struct_size */ 2086 sizeof(PurplePluginProtocolInfo), /* struct_size */
2087 NULL, /* get_account_text_table */ 2087 NULL, /* get_account_text_table */
2088 NULL, /* initiate_media */ 2088 NULL, /* initiate_media */
2089 NULL /* can_do_media */ 2089 NULL, /* get_media_caps */
2090 NULL /* get_moods */
2090 }; 2091 };
2091 2092
2092 2093
2093 static PurplePluginInfo info = 2094 static PurplePluginInfo info =
2094 { 2095 {