| 106 NULL, /* get_attention_types */ |
106 NULL, /* get_attention_types */ |
| 107 |
107 |
| 108 sizeof(PurplePluginProtocolInfo), /* struct_size */ |
108 sizeof(PurplePluginProtocolInfo), /* struct_size */ |
| 109 icq_get_account_text_table, /* get_account_text_table */ |
109 icq_get_account_text_table, /* get_account_text_table */ |
| 110 NULL, /* initiate_media */ |
110 NULL, /* initiate_media */ |
| 111 NULL /* can_do_media */ |
111 NULL, /* can_do_media */ |
| 112 oscar_get_purple_moods, /* get_moods */ |
112 oscar_get_purple_moods, /* get_moods */ |
| 113 }; |
113 }; |
| 114 |
114 |
| 115 static PurplePluginInfo info = |
115 static PurplePluginInfo info = |
| 116 { |
116 { |